Skip to content

Commit 5242696

Browse files
Print monte carlo result in unit test
1 parent bb55735 commit 5242696

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/geophires_monte_carlo_tests/test_geophires_monte_carlo.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ def test_geophires_monte_carlo(self):
5959

6060
self.assertDictEqual(result_json_obj, result.result['output'])
6161

62+
print(f'Monte Carlo Result: {json.dumps(result.result["output"], indent=2)}')
63+
6264
def test_monte_carlo_result_ordering(self):
6365
client = GeophiresMonteCarloClient()
6466

0 commit comments

Comments
 (0)