Skip to content

Commit

Permalink
remove explicit path to @tyler-a-cox 's directory
Browse files Browse the repository at this point in the history
  • Loading branch information
jsdillon committed Jun 4, 2024
1 parent 297a599 commit 724ce35
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions hera_notebook_templates/notebooks/lststack.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1073,8 +1073,7 @@
" lst_branch_cut=stackconf.properties[\"lst_branch_cut\"],\n",
" kind=\"LST\"\n",
" )\n",
" _outdir = Path(\"/lustre/aoc/projects/hera/tcox/\")\n",
" outfile = _outdir / cal_fname\n",
" outfile = outdir / cal_fname\n",
" \n",
" np.savez(outfile, **calibration_parameters)\n",
" \n",
Expand Down

0 comments on commit 724ce35

Please sign in to comment.