Skip to content

Commit

Permalink
f!x call to postprocessparameters
Browse files Browse the repository at this point in the history
  • Loading branch information
jdegerickx committed Oct 16, 2024
1 parent 2b49731 commit 8913942
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 8913942

Please sign in to comment.