From 8fcdb2204ce3df9c08a1e1ca3e2938d18267ee56 Mon Sep 17 00:00:00 2001 From: Matt Craig Date: Mon, 1 Jan 2024 12:12:44 -0600 Subject: [PATCH] Describe the errors in the photometry table test data --- stellarphot/tests/test_core.py | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/stellarphot/tests/test_core.py b/stellarphot/tests/test_core.py index 79605950..a9340b08 100644 --- a/stellarphot/tests/test_core.py +++ b/stellarphot/tests/test_core.py @@ -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, @@ -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?? ] ] )