Skip to content

Commit

Permalink
Update pysatSeasons/tests/test_avg.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rstoneback committed Dec 10, 2021
1 parent ac64ee9 commit cdc93e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pysatSeasons/tests/test_avg.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ def test_basic_orbit_mean(self):
orbit_info=orbit_info)
self.testInst.bounds = self.bounds2
ans = avg.mean_by_orbit(self.testInst, 'mlt')

# Note last orbit is incomplete thus not expected to satisfy relation
ans = ans[:-1]

Expand Down

0 comments on commit cdc93e1

Please sign in to comment.