Closed taynaravaleriano closed 1 year ago
Hi Taynara. I just fixed that issue and pushed the last changes. Thanks for letting me know. Please install the last version from the repository and let me know if it works.
Hi Diego, thank you for your support. However is not working yet, when I try to run with values like 1000, it gives me an error, and in the CUL file the values stays like this:
How did you installed the latest version?
Yes, I run:
pip install DSSATTools
Ok. That'll install the latest version I uploaded to PyPI. I won't upload the latest changes to PyPI until I'm sure the fix works. So, please do this:
First uninstall the library:
pip uninstall DSSATTools
Then clone the repository and install it from it:
git clone https://github.com/daquinterop/Py_DSSATTools
cd Py_DSSATTools
pip install -e .
Try that and let me know if it works
Hii Diego, it worked!
Thank you so much!
Could you, please, check if it is possible to manage this in fortran?
_Originally posted by @taynaravaleriano in https://github.com/daquinterop/Py_DSSATTools/issues/10#issuecomment-1669598623_