Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

restructure of geometry #2422

Merged
merged 23 commits into from
Oct 19, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add comment about removing quantitiness
wkerzendorf committed Oct 11, 2023

Unverified

This user has not yet uploaded their public signing key.
commit 518a8f94670796c5a2a95b13643c8b5435f563cb
1 change: 1 addition & 0 deletions tardis/simulation/tests/test_simulation.py
Original file line number Diff line number Diff line change
@@ -112,6 +112,7 @@ def test_plasma_estimates(simulation_one_loop, refdata, name):
def test_plasma_state_iterations(simulation_one_loop, refdata, name):
actual = getattr(simulation_one_loop, name)

# removing the quantitiness of the data as it will screw up the comparison via pandas
if hasattr(actual, "value"):
actual = actual.value
andrewfullard marked this conversation as resolved.
Show resolved Hide resolved