Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ungarj committed Nov 9, 2023
1 parent f128850 commit ed72d69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ def test_profile_wrapper(path):
assert isinstance(result, Result)
assert isinstance(result.output, ma.MaskedArray)
assert isinstance(result.profiling, dict)
assert len(result.profiling) == 3
assert len(result.profiling) == 2
assert result.profiling["time"].elapsed > 0
assert result.profiling["memory"].max_allocated > 0
assert result.profiling["memory"].total_allocated > 0
Expand Down

0 comments on commit ed72d69

Please sign in to comment.