Skip to content

Commit

Permalink
Remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhuppmann committed Dec 16, 2024
1 parent ac8df7c commit 3902dcf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_iiasa.py
Original file line number Diff line number Diff line change
Expand Up @@ -375,8 +375,6 @@ def test_lazy_read(tmpdir):
assert df.model == ["model_a"]
# This is read from the file, so the filter is not applied.
df2 = lazy_read_iiasa(tmp_file, TEST_API)
print(df.data.sort_values(by=IAMC_IDX))
print(df2.data)
assert (
df.data.sort_values(by=IAMC_IDX).reset_index(drop=True).equals(df2.data)
)
Expand Down

0 comments on commit 3902dcf

Please sign in to comment.