You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
np.random.seed() is never called, nor is an RNG instantiated and passed around, leading to non-deterministic results for the same input.
e.g. from d568533 run python runExtractor.py --verbose a few times and see both very different run times and different RuntimeWarnings (especially in the Start ChromaticPSF1D polynomial fit... and Calibrating order 1 spectrum... stages), as well as different final results sometimes.
The text was updated successfully, but these errors were encountered:
np.random.seed()
is never called, nor is an RNG instantiated and passed around, leading to non-deterministic results for the same input.e.g. from
d568533
runpython runExtractor.py --verbose
a few times and see both very different run times and differentRuntimeWarning
s (especially in theStart ChromaticPSF1D polynomial fit...
andCalibrating order 1 spectrum...
stages), as well as different final results sometimes.The text was updated successfully, but these errors were encountered: