Skip to content

Commit

Permalink
minor typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sschmidt23 committed Sep 8, 2022
1 parent 90c08a2 commit bc0a54f
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions examples/goldenspike/goldenspike.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
"outputs": [],
"source": [
"from rail.core.utils import RAILDIR\n",
"flow_file = os.path.join(RAILDIR, 'examples/goldenspike/data/pretrained_flow.pkl')",
"flow_file = os.path.join(RAILDIR, 'examples/goldenspike/data/pretrained_flow.pkl')\n",
"bands = ['u','g','r','i','z','y']\n",
"band_dict = {band:f'mag_{band}_lsst' for band in bands}\n",
"rename_dict = {f'mag_{band}_lsst_err':f'mag_err_{band}_lsst' for band in bands}"
Expand Down Expand Up @@ -487,7 +487,6 @@
"estimate_bpz = BPZ_lite.make_stage(\n",
" name='estimate_bpz', \n",
" hdf5_groupname='', \n",
" columns_file='../estimation/configs/test_bpz.columns',\n",
" model=inform_bpz.get_handle('model'),\n",
")\n",
"\n",
Expand Down Expand Up @@ -754,13 +753,21 @@
"metadata": {},
"outputs": [],
"source": []
},
{
"cell_type": "code",
"execution_count": null,
"id": "eaca3af1-0732-4b67-a28a-c86dae19d008",
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3.9.13 ('rail')",
"display_name": "testcreation",
"language": "python",
"name": "python3"
"name": "testcreation"
},
"language_info": {
"codemirror_mode": {
Expand Down

0 comments on commit bc0a54f

Please sign in to comment.