Skip to content

Commit

Permalink
fix: can't use numpy stuff in defaults for now
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-murray committed Jan 20, 2025
1 parent 979b41e commit 69c44d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hera_notebook_templates/notebooks/lststack.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
"freq_max: float = 0.0\n",
"history: str = \"\"\n",
"plot_every: int = 1\n",
"exception_for_zsq_above: float = np.inf # Raise an exception if any baseline has a zsq greater than this. Useful for flagging weird behaviour for validation.\n",
"exception_for_zsq_above: float = 1e20 # Raise an exception if any baseline has a zsq greater than this. Useful for flagging weird behaviour for validation.\n",
"\n",
"# In-painting config\n",
"inpaint_horizon: float = 1.0\n",
Expand Down

0 comments on commit 69c44d7

Please sign in to comment.