We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a7e279 commit 523fd65Copy full SHA for 523fd65
tests_mpi/test_wakefield_mpi.py
@@ -150,7 +150,7 @@ def test_wakes_with_filling_scheme_mpi():
150
151
for conv_data_mpi_key in conv_data_mpi_dict:
152
assert conv_data_mpi_key in conv_data_ref_dict
153
- if conv_data_mpi_key == 'component' or conv_data_mpi_key == 'waketracker':
+ if conv_data_mpi_key in ('component', 'waketracker', '_context'):
154
continue
155
xo.assert_allclose(conv_data_mpi_dict[conv_data_mpi_key],
156
conv_data_ref_dict[conv_data_mpi_key],
0 commit comments