Skip to content

Commit

Permalink
Merge pull request #8 from LSSTDESC/issue/7/paths
Browse files Browse the repository at this point in the history
fix path, delete unneeded cell
  • Loading branch information
sschmidt23 authored Oct 7, 2022
2 parents 2f3feac + a2f144a commit bae9d2a
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions nb/examples/goldenspike/goldenspike.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,6 @@
"from rail.pipelines.examples.goldenspike.goldenspike import GoldenspikePipeline"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "54cae849",
"metadata": {},
"outputs": [],
"source": [
"flow_file = os.path.join(RAILDIR, 'examples/goldenspike/data/pretrained_flow.pkl')"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand All @@ -49,8 +39,8 @@
"outputs": [],
"source": [
"from rail.core.utils import RAILDIR\n",
"flow_file = os.path.join(RAILDIR, 'examples/goldenspike/data/pretrained_flow.pkl')\n",
"pipe.initialize(dict(flow=flow_file), dict(output_dir='.', log_dir='.', resume=False), None)"
"flow_file = os.path.join(RAILDIR, 'rail/examples/goldenspike/data/pretrained_flow.pkl')\n",
"pipe.initialize(dict(model=flow_file), dict(output_dir='.', log_dir='.', resume=False), None)"
]
},
{
Expand Down Expand Up @@ -129,7 +119,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.12"
"version": "3.9.13"
}
},
"nbformat": 4,
Expand Down

0 comments on commit bae9d2a

Please sign in to comment.