Skip to content

Commit

Permalink
fix: typo in zsquares
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-murray committed Jan 20, 2025
1 parent 69c44d7 commit 8452735
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 @@ -1310,7 +1310,7 @@
"outputs": [],
"source": [
"if any(np.any(zsq.metrics > exception_for_zsq_above) for zsq in zsquare):\n",
" raise RuntimeError(f\"The maximum zsquares before inpainting are {[np.nanmax(zsq.metrics) for zsq in zsquares]}, which is over the threshold for raising an error\")"
" raise RuntimeError(f\"The maximum zsquares before inpainting are {[np.nanmax(zsq.metrics) for zsq in zsquare]}, which is over the threshold for raising an error\")"
]
},
{
Expand Down

0 comments on commit 8452735

Please sign in to comment.