Skip to content

Commit

Permalink
Set runflag to True and fixed a style error
Browse files Browse the repository at this point in the history
  • Loading branch information
kglidic committed May 10, 2024
1 parent e36abb7 commit e9b3542
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notebooks/NIRSPEC/IFU/ero_nirspec_ifu_02729_demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"print(f'CRDS cache location: {os.environ[\"CRDS_PATH\"]}')\n",
"\n",
"print(\"JWST Calibration Pipeline Version={}\".format(jwst.__version__))\n",
"#print(\"Current Operational CRDS Context = {}\".format(crds.get_default_context()))\n"
"# print(\"Current Operational CRDS Context = {}\".format(crds.get_default_context()))"
]
},
{
Expand Down Expand Up @@ -496,7 +496,7 @@
"outputs": [],
"source": [
"# To rerun the notebook and all the pipeline steps set runflag=True.\n",
"runflag = False\n",
"runflag = True\n",
"\n",
"# To run with pre-computed data, set `runflag=False` and specify the local directory.\n",
"output_dir = './nirspec_ifu_02729_rerun/'\n",
Expand Down

0 comments on commit e9b3542

Please sign in to comment.