Could some Aestimo guru please help ? I am new to Aestimo, though I use Python a lot.
The following runtime error message occurs when I try to execute the the simplest silicon
np junction diode in examples sub-directory:
$ python aestimo.py -i /home/lamaeejrenab/aestimo-3.0.0/sample_pn.py
Traceback (most recent call last):
File "/home/lamaeejrenab/aestimo-3.0.0/aestimo.py", line 64, in <module>
alen = np.alen
^^^^^^^
File "/usr/lib64/python3.11/site-packages/numpy/__init__.py", line 320, in __getattr__
raise AttributeError("module {!r} has no attribute "
AttributeError: module 'numpy' has no attribute 'alen'
I am eagerly waiting for your feedback.