Skip to content

Commit

Permalink
Merge pull request #289 from nuclear-multimessenger-astronomy/sahiljh…
Browse files Browse the repository at this point in the history
…awar-patch-1

local SVD models using`--local-only` for LC generation
  • Loading branch information
sahiljhawar authored Dec 15, 2023
2 parents 908f940 + cf3d564 commit b51b38d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions nmma/em/create_lightcurves.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,13 @@ def get_parser():
help="Change seed for every injection",
action="store_true",
)

parser.add_argument(
"--local-only",
action="store_true",
default=False,
help="only look for local svdmodels (ignore Zenodo)",
)

return parser

Expand Down

0 comments on commit b51b38d

Please sign in to comment.