Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhuppmann committed Jan 23, 2019
1 parent d6b3ac3 commit 09917c6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_feature_compare.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,4 @@ def test_compare(meta_df):
exp['region'] = 'World'
exp = exp.set_index(IAMC_IDX + ['year'])

print(obs)

pd.testing.assert_frame_equal(obs, exp)

0 comments on commit 09917c6

Please sign in to comment.