Skip to content

Commit

Permalink
Update model name to activate upper limits (#920)
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienPeloton authored Nov 23, 2024
1 parent 52abe1c commit a5faf86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/active_learning_loop.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def main():

# model path
curdir = os.path.dirname(os.path.abspath(__file__))
model = curdir + "/data/models/for_al_loop/model_20240821.pkl"
model = curdir + "/data/models/for_al_loop/model_20241122_wlimits.pkl"

# Run SN classification using AL model
rfscore_args = ["cjd", "cfid", "cmagpsf_ext", "csigmapsf_ext"]
Expand Down

0 comments on commit a5faf86

Please sign in to comment.