Skip to content

Commit

Permalink
omit cell id from snapshot comparison
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli committed Dec 1, 2024
1 parent 19208c4 commit 6a2eb35
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 0 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
1 change: 1 addition & 0 deletions autotest/test_prt_voronoi1.py
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,7 @@ def check_output(idx, test, snapshot):
prt_track_csv_file = f"{prt_name}.prp.trk.csv"
pls = pd.read_csv(prt_ws / prt_track_csv_file, na_filter=False)
endpts = pls[pls.ireason == 3] # termination
endpts.drop("icell", axis=1, inplace=True)

# compare pathlines with snapshot. particles shouldn't
# have moved vertically. round for cross-platform error.
Expand Down

0 comments on commit 6a2eb35

Please sign in to comment.