Skip to content

Commit

Permalink
Describe the errors in the photometry table test data
Browse files Browse the repository at this point in the history
  • Loading branch information
mwcraig committed Jan 1, 2024
1 parent 13b1205 commit 8fcdb22
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions stellarphot/tests/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -426,22 +426,22 @@ def test_base_enhanced_table_recursive():
2049.145245206124,
2054.0849947477964,
109070.60831212997,
154443.9371254444,
154443.9371254444, # has wrong units
78.17278712191924,
22.505771480719375,
31.798216414544864,
31.658750534057617,
9.294325523269857,
13.02511260943813,
13.02511260943813,
13.02511260943813,
31.798216414544864, # has wrong units
31.658750534057617, # has wrong units
9.294325523269857, # has wrong units
13.02511260943813, # has wrong units
13.02511260943813, # has wrong units
13.02511260943813, # has wrong units
29.0,
2642.079421669016,
44.0,
59.0,
4853.760649796231,
120.0,
"2022-11-27T06:26:29.620",
"2022-11-27T06:26:29.620", # created as a string, not a Time object
59909,
25057.195077483062,
2459910.7754060575,
Expand All @@ -452,8 +452,8 @@ def test_base_enhanced_table_recursive():
1,
0.02320185643388203,
803.1970935659333,
535.4647290439556,
46.795229859903905,
535.4647290439556, # has wrong units
46.795229859903905, # has wrong units -- maybe??
]
]
)
Expand Down

0 comments on commit 8fcdb22

Please sign in to comment.