Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhuppmann committed Sep 17, 2018
1 parent c226534 commit 804f155
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,6 @@ def test_rename_index(meta_df):
], columns=['model', 'scenario', 'region', 'variable', 'unit', 2005, 2010]
).set_index(IAMC_IDX).sort_index()
exp.columns = exp.columns.map(int)

pd.testing.assert_frame_equal(obs.timeseries().sort_index(), exp)

# test meta changes
Expand All @@ -599,10 +598,6 @@ def test_rename_index(meta_df):
['b_model', 'a_scenario2', False],
], columns=['model', 'scenario', 'exclude']
).set_index(META_IDX)

print(obs.meta)
print(exp)

pd.testing.assert_frame_equal(obs.meta, exp)


Expand Down

0 comments on commit 804f155

Please sign in to comment.