MAGALA-RICHARD / apsimNGpy

ApsimNGpy is a Python library designed as an implementation of the APSIM Next Generation crop and environmental simulation model. This library is built upon the Pythonnet API, providing direct communication with the APSIM model. Notably, it offers a significant speed advantage, being twice as fast as the graphical user interface for simulations.
Apache License 2.0
14 stars 2 forks source link

There are a lot of bugs, I have summarized them. #20

Open Zheng-Jinhui opened 1 week ago

Zheng-Jinhui commented 1 week ago

Dear friends,

I found that there are a lot of bugs in your package, I have summarized them as follows:

Firstly, there have been continuous errors in not importing load_default_simulations.

Secondly, the input path for weather data always reports errors, apparently due to setting an absolute path in apsim_file.

Thirdly, apart from your version of code, I always find that the check_completed import is not included in the packages I download on Pypi. It seems that your code has been updated and this part has not been updated in a timely manner.

Anyway, I failed to run the model. Please solve the above problems. Many thanks.

Best, Zheng

darahsten commented 3 days ago

Hi Zheng, could you specify the version or branch on which you experience these errors. Just so that we are able to ensure that the upcoming versions have them resolved.

At this point, this package is still undergoing dramatic changes, I hope you are aware of that.

Thanks Stephen