Hi, Richard!
I'm having some issues with importing libraries when I try to run the code in the introductory html.
The Issue:
The sub-module directory for sensitivity analysis is currently named senstivity (missing the letter 'i') instead of sensitivity.
Current path on disk: apsimNGpy/senstivity/sensitivity.py
The spelling of the first sensitivity is wrong. And I find the other senstivitymanager.py is also wrong. I'm not sure if the problem is due to different environments?
Environment:
OS: macOS (M4Pro, running in x64 conda environment)
Python version: 3.12
apsimNGpy version: 1.5.2
Currently, I can only import the module by using this path:
from apsimNGpy.senstivity.sensitivity import...
Cheers
Haochi
Hi, Richard!
I'm having some issues with importing libraries when I try to run the code in the introductory html.
The Issue:
The sub-module directory for sensitivity analysis is currently named senstivity (missing the letter 'i') instead of sensitivity.
Current path on disk: apsimNGpy/senstivity/sensitivity.py
The spelling of the first sensitivity is wrong. And I find the other senstivitymanager.py is also wrong. I'm not sure if the problem is due to different environments?
Environment:
OS: macOS (M4Pro, running in x64 conda environment)
Python version: 3.12
apsimNGpy version: 1.5.2
Currently, I can only import the module by using this path:
from apsimNGpy.senstivity.sensitivity import...
Cheers
Haochi