Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
tbarbette committed Nov 19, 2024
1 parent 4f39039 commit e570494
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion integration/integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ fi


try integration/empty.npf $python
compare_raw npf_compare.py single $python --csv out.csv
compare_raw npf_compare.py single $python --no-graph --no-graph-time --csv out.csv
diff out.csv integration/single.csv
if [ $? -ne 0 ] ; then
echo "single.csv changed !"
Expand Down
1 change: 0 additions & 1 deletion integration/single.stdout
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,3 @@ N = 2, X = 3 [run 3/3 for test 1/1]
[4.0, 4.0, 4.0]
Generating graphs...
Pandas dataframe written to out.csv
Graph of test written to /npf/compare/single_click-2022-D.pdf

0 comments on commit e570494

Please sign in to comment.