Closed skrbcr closed 1 day ago
You have to modify uvmultifit.py
:
np.int32
, np.int64
-> int
np.float32
, np.float64
-> float
np.bool
-> bool
Write above in README.md
!
We no longer have to modify like the above! 😁
Instead, install UVMultiFit
with the branch develop
.
To run
analysis.py
, you have to installNordicARC
. This module can be found at UVMultiFit. The installation guide is provieded.