We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e860ea9 commit f3603fcCopy full SHA for f3603fc
1 file changed
tests/regression_tests/xdg/tallies/test.py
@@ -73,7 +73,7 @@ def _compare_results(self):
73
reg_mesh_data = self.get_mesh_tally_data(tally)
74
else:
75
xdg_tally = tally
76
- xdg_mesh_data = self.get_mesh_tally_data(tally, True)
+ xdg_mesh_data = self.get_mesh_tally_data(tally, structured=True)
77
78
assert reg_mesh_data is not None
79
assert xdg_mesh_data is not None
0 commit comments