Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
virajkaram committed Oct 18, 2024
1 parent fe10ec6 commit 5292d65
Showing 1 changed file with 49 additions and 49 deletions.
98 changes: 49 additions & 49 deletions tests/test_winter_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,61 +13,61 @@
logger = logging.getLogger(__name__)

expected_zp = {
"ZP_2.0": 24.039165434205593,
"ZP_2.0_std": 0.040682124370149605,
"ZP_2.0_nstars": 111,
"ZP_3.0": 24.448507155050052,
"ZP_3.0_std": 0.0471318743148075,
"ZP_2.0": 23.98942717700761,
"ZP_2.0_std": 0.04344578250755102,
"ZP_2.0_nstars": 112,
"ZP_3.0": 24.477112607639857,
"ZP_3.0_std": 0.042484225250743156,
"ZP_3.0_nstars": 111,
"ZP_4.0": 24.635763963930522,
"ZP_4.0_std": 0.04354799201975238,
"ZP_4.0_nstars": 111,
"ZP_5.0": 24.716636555577335,
"ZP_5.0_std": 0.04169164522178617,
"ZP_5.0_nstars": 111,
"ZP_6.0": 24.7431289901993,
"ZP_6.0_std": 0.041704603416498676,
"ZP_6.0_nstars": 111,
"ZP_7.0": 24.76461130331333,
"ZP_7.0_std": 0.04157117729511644,
"ZP_7.0_nstars": 111,
"ZP_8.0": 24.777898334765396,
"ZP_8.0_std": 0.041735663104911024,
"ZP_8.0_nstars": 111,
"ZP_AUTO": 24.783530950220236,
"ZP_AUTO_std": 0.04301252694189325,
"ZP_AUTO_nstars": 111,
"ZP_PSF": 24.662168539775998,
"ZP_PSF_std": 0.04163357501847084,
"ZP_PSF_nstars": 110,
"SCORMEAN": -0.07430693836056637,
"SCORMED": -0.07059966355274964,
"SCORSTD": 1.2762548812602645,
"ZP_4.0": 24.654207750819698,
"ZP_4.0_std": 0.04439331556411262,
"ZP_4.0_nstars": 112,
"ZP_5.0": 24.7221475232846,
"ZP_5.0_std": 0.04519185139825257,
"ZP_5.0_nstars": 112,
"ZP_6.0": 24.756044837456937,
"ZP_6.0_std": 0.044349808138425866,
"ZP_6.0_nstars": 112,
"ZP_7.0": 24.772752692282218,
"ZP_7.0_std": 0.04482551006672038,
"ZP_7.0_nstars": 112,
"ZP_8.0": 24.770982276168485,
"ZP_8.0_std": 0.04579597308653655,
"ZP_8.0_nstars": 112,
"ZP_AUTO": 24.77890676740926,
"ZP_AUTO_std": 0.04744931807399898,
"ZP_AUTO_nstars": 112,
"ZP_PSF": 24.642527455478035,
"ZP_PSF_std": 0.0399356259304595,
"ZP_PSF_nstars": 111,
"SCORMEAN": -0.07475470995979283,
"SCORMED": -0.0707062139750039,
"SCORSTD": 1.2678094266462752,
}
expected_dataframe_values = {
"magpsf": [
16.539472228516754,
14.816334995321805,
15.486920360136258,
17.178854595239663,
16.357246610808602,
16.813796280840393,
17.17955668916707,
17.208511947122744,
14.795105119473721,
16.686258217055684,
17.15442302684727,
15.185488779330399,
16.79463004972196,
16.98839381259969,
17.142272198245134,
16.490237126640064,
16.087920413156862,
16.414188801000417,
16.680692478189695,
16.22731390503941,
],
"magap": [
16.320732009563713,
15.413317709017791,
16.223866004796673,
18.095085591114476,
16.959889773064127,
16.88041688053796,
19.116076621089814,
16.984351826663126,
15.198017344346496,
16.06515983909224,
17.450959465495885,
15.913252980944264,
16.53112677647368,
16.53822890545202,
16.896747559635436,
16.593583754297406,
16.450315549584033,
17.519977695006027,
16.13240049870972,
16.649724469850867,
],
}

Expand Down

0 comments on commit 5292d65

Please sign in to comment.