Skip to content

Commit

Permalink
clean debug print line
Browse files Browse the repository at this point in the history
  • Loading branch information
JernKunpittaya committed Feb 29, 2024
1 parent 07d68e1 commit 1f7e26b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,7 @@ def compute(
mode="resources",
settings_path=str(settings_path),
)
print('betw gen_settings and setup')
f_setting = open(str(settings_path), "r")
print("setting: ", f_setting.read())

setup(
str(model_path),
str(compiled_model_path),
Expand Down

0 comments on commit 1f7e26b

Please sign in to comment.