aquacropos / aquacrop

AquaCrop-OSPy: Python implementation of AquaCrop-OS
https://aquacropos.github.io/aquacrop/
Apache License 2.0
95 stars 68 forks source link

Correction to Notebook 2 #90

Closed SoothingMist closed 1 year ago

SoothingMist commented 1 year ago

In the tutorial at https://colab.research.google.com/github/aquacropos/aquacrop/blob/master/docs/notebooks/AquaCrop_OSPy_Notebook_2.ipynb#scrollTo=w4OIG8Y1VSXx, Notebook 2, Irrigation Management:

It appears as if the use of IrrigationManagment within AquaCropModel requires the importation of IrrigationManagement from aquacrop. It was necessary to modify the first import line to: from aquacrop import AquaCropModel, Soil, Crop, InitialWaterContent, IrrigationManagement, rather than only what was done in Notebook 1.

chris-s-bowden commented 1 year ago

Thanks for spotting this issue, I have now added this (and some others that were missing throughout notebooks) to the upcoming minor update.