mirror of
https://github.com/Akkudoktor-EOS/EOS.git
synced 2025-04-19 00:45:22 +00:00
Remove and ignore visualization side-effect outputs
This commit is contained in:
parent
987bffe148
commit
f4661b0043
3
.gitignore
vendored
3
.gitignore
vendored
@ -245,3 +245,6 @@ $RECYCLE.BIN/
|
||||
|
||||
# Windows shortcuts
|
||||
*.lnk
|
||||
|
||||
# Visualization side effects
|
||||
**/visualization_results.pdf
|
||||
|
@ -32,3 +32,7 @@ def test_optimize(fn_in, fn_out):
|
||||
# This does not assert that the optimization always gives the same result!
|
||||
# Reproducibility and mathematical accuracy should be tested on the level of individual components.
|
||||
assert set(ergebnis) == set(expected_output_data)
|
||||
|
||||
# The function creates a visualization result PDF as a side-effect.
|
||||
fp_viz = Path(".") / "visualization_results.pdf"
|
||||
assert fp_viz.exists()
|
||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user