Skip to content

Commit

Permalink
Merge pull request #197 from WorldCereal/fix-notebook
Browse files Browse the repository at this point in the history
f!x call to postprocessparameters
  • Loading branch information
kvantricht authored Oct 16, 2024
2 parents 750702f + 8913942 commit 3414f68
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion notebooks/worldcereal_v1_demo_custom_cropland.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@
" processing_period,\n",
" output_dir=output_dir,\n",
" cropland_parameters=parameters,\n",
" postprocess_parameters=PostprocessParameters,\n",
" postprocess_parameters=PostprocessParameters(),\n",
")"
]
},
Expand Down
2 changes: 1 addition & 1 deletion notebooks/worldcereal_v1_demo_custom_croptype.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@
" output_dir=output_dir,\n",
" product_type=WorldCerealProductType.CROPTYPE,\n",
" croptype_parameters=parameters,\n",
" postprocess_parameters=PostprocessParameters,\n",
" postprocess_parameters=PostprocessParameters(),\n",
")"
]
},
Expand Down
2 changes: 1 addition & 1 deletion notebooks/worldcereal_v1_demo_default_cropland.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@
" processing_extent,\n",
" processing_period,\n",
" output_dir=output_dir,\n",
" postprocess_parameters=PostprocessParameters,\n",
" postprocess_parameters=PostprocessParameters(),\n",
")"
]
},
Expand Down

0 comments on commit 3414f68

Please sign in to comment.