Skip to content

Commit

Permalink
remove prints as they dont work with pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
virajkaram committed Aug 25, 2023
1 parent 84e6a23 commit 4c703b3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_schedule.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,6 @@ def test_ra_dec(self):
api_schedule.reset_index(inplace=True)
api_schedule.drop(columns=["index"], inplace=True)

print(api_schedule['progID'])
print(local_schedule['progID'])
pd.testing.assert_frame_equal(
api_schedule,
local_schedule,
Expand Down

0 comments on commit 4c703b3

Please sign in to comment.