The nbdev framework was a really useful template when starting this library from scratch, however there are certain changes we would like to make (e.g., ahead of time compling) that cannot currently be incorperated into the 'notebooks -->.py' workflow.
Currently the module code is wriiten in the /nbs/ folder which is exported to the /aquacrop/ folder. Changes should now be made to the .py files themselves making the /nbs/ folder redundant
The nbdev framework was a really useful template when starting this library from scratch, however there are certain changes we would like to make (e.g., ahead of time compling) that cannot currently be incorperated into the 'notebooks -->.py' workflow.