Skip to content

Commit

Permalink
updating the test source on the spectral generation test
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicapilling committed Dec 18, 2024
1 parent 20e38c1 commit 0396631
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/generate/test_esass_spec.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ def setUpClass(cls):
"""
This is run once before all tests. Here we define class objects that we want to test.
"""
cls.test_src = GalaxyCluster(149.59209, -11.05972, 0.16, r500=Quantity(1200, 'kpc'),
r200=Quantity(1700, 'kpc'), name="A907", use_peak=False,
telescope='erosita',
search_distance={'erosita': Quantity(3.6, 'deg')})
cls.test_src = GalaxyCluster(226.0318, -2.8046, 0.2093, r500=Quantity(500, 'kpc'),
name="1eRASS_J150407.6-024816", use_peak=False,
telescope='erosita',
search_distance={'erosita': Quantity(3.6, 'deg')})
cls.test_src_all_tels = GalaxyCluster(149.59209, -11.05972, 0.16, r500=Quantity(1200, 'kpc'),
r200=Quantity(1700, 'kpc'), name="A907", use_peak=False,
search_distance={'erosita': Quantity(3.6, 'deg')})
Expand Down

0 comments on commit 0396631

Please sign in to comment.