Skip to content

Commit

Permalink
progress on #28
Browse files Browse the repository at this point in the history
  • Loading branch information
athakuri22 committed Jan 25, 2024
1 parent c3e5cff commit 9d79e93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_fluxes.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def test_TIG1996(self):

def test_GlobalFitGST(self):
self.flux_cmp("GlobalFitGST")

def test_GlobalFitGST_IT(self):
self.flux_cmp("GlobalFitGST_IT")

Expand All @@ -70,7 +70,7 @@ def test_GlobalSplineFit5Comp(self):

def test_GlobalSplineFit_IT(self):
self.flux_cmp("GlobalSplineFit_IT")

def test_FixedFractionFlux(self):
self.flux_cmp("FixedFractionFlux", {2212: 0.1, 1000020040: 0.2, 1000080160: 0.3, 1000260560: 0.4})
self.flux_cmp(
Expand Down

0 comments on commit 9d79e93

Please sign in to comment.