Skip to content

Commit

Permalink
Minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphael Shirley committed Aug 14, 2024
1 parent 3b66c1f commit 1c520cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/notebooks/Example_of_usage_of_magSvc.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@
"metadata": {},
"outputs": [],
"source": [
"# we can write the config to a file to keep a record\n",
"config_file = \"./config_file.para\"\n",
"lp.write_para_config(keymap, config_file)\n",
"allFlt = lp.FilterSvc.from_config(config_file)"
]
},
Expand Down Expand Up @@ -76,9 +79,6 @@
"metadata": {},
"outputs": [],
"source": [
"# we can write the config to a file to keep a record\n",
"config_file = \"./config_file.para\"\n",
"lp.write_para_config(keymap, config_file)\n",
"# We need the full previous stages to get the mags\n",
"filterLib = lp.Filter(config_file=config_file)\n",
"filterLib.run()\n",
Expand Down

0 comments on commit 1c520cc

Please sign in to comment.