Skip to content

Commit

Permalink
Path test
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosmc committed Nov 21, 2024
1 parent 80fec8b commit 16cddf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/dgcv/test_tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

def _execute_tool(producer_model, producer_curves, reference_curves):
testpath = Path(__file__).resolve().parent
assert "TEST" == testpath
output_dir = Path(__file__).resolve().parent / "tmp"
output_dir.mkdir(exist_ok=True)

Expand Down Expand Up @@ -43,7 +44,6 @@ def _execute_tool(producer_model, producer_curves, reference_curves):
md = ModelValidation(ep)

compliance = md.validate(True)
print(f"{compliance}")
except Exception as e:
compliance = str(e)
finally:
Expand Down

0 comments on commit 16cddf3

Please sign in to comment.