Skip to content

Commit

Permalink
remove extra comment
Browse files Browse the repository at this point in the history
  • Loading branch information
meksor committed Aug 12, 2024
1 parent ea15e7b commit 2be9c41
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/core/test_iamc.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,6 @@ def test_run_tabulate_with_filter_raw(
run = ro_platform_med.runs.get(*run)
obs = run.iamc.tabulate(raw=True, **filters)
assert len(obs) == exp_len
# assert_unordered_equality(obs, exp, check_like=True)

def test_mp_tabulate_big_async(self, ro_platform_med: ixmp4.Platform):
"""Tests if big tabulations work in async contexts."""
Expand Down

0 comments on commit 2be9c41

Please sign in to comment.