Skip to content

Commit

Permalink
BUG: Fix JSON error in FilteringEffects.ipynb
Browse files Browse the repository at this point in the history
Similar error and fix as previous commit; missing comma in notebook breaks JSON decoding.
  • Loading branch information
JoostJM committed Aug 16, 2017
1 parent c8fa6ae commit 1043547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/FilteringEffects.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
"# Instantiate the extractor\n",
"params = os.path.join(os.getcwd(), '..', 'examples', 'exampleSettings', 'Params.yaml')\n",
"\n",
"extractor = featureextractor.RadiomicsFeaturesExtractor(params)"
"extractor = featureextractor.RadiomicsFeaturesExtractor(params)",
"\n",
"# Construct a set of SimpleITK filter objects\n",
"filters = {\n",
Expand Down

0 comments on commit 1043547

Please sign in to comment.