Skip to content

Commit

Permalink
Update eispac/tests/test_eismap.py
Browse files Browse the repository at this point in the history
Co-authored-by: Stuart Mumford <[email protected]>
  • Loading branch information
wtbarnes and Cadair authored Jul 18, 2024
1 parent 0ea974e commit 5dbab42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eispac/tests/test_eismap.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def test_date_is_date_start(test_eis_map):

def test_reference_date_is_date_start(test_eis_map):
"Test that the reference date is the time at the beginning of the raster"
assert test_eis_map.reference_date == test_eis_map.date_start
assert test_eis_map.reference_date == test_eis_map.date_start == Time(test_eis_map.wcs.dateavg)


def test_plot_settings(test_eis_map):
Expand Down

0 comments on commit 5dbab42

Please sign in to comment.