Skip to content

Commit

Permalink
revert wcs.dateavg test; does not exist on WCS for sunpy maps <v6
Browse files Browse the repository at this point in the history
  • Loading branch information
wtbarnes committed Jul 18, 2024
1 parent 5dbab42 commit 359f721
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions eispac/tests/test_eismap.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
"""
Tests for `eispac.EISMap`
"""
import copy
from textwrap import dedent

import numpy as np
Expand Down Expand Up @@ -116,7 +115,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 == Time(test_eis_map.wcs.dateavg)
assert test_eis_map.reference_date == test_eis_map.date_start


def test_plot_settings(test_eis_map):
Expand Down

0 comments on commit 359f721

Please sign in to comment.