Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 2 Current »

Python Related

  • Version: tested working on Python3<=3.10.6
  • Dependencies: numpy is required
    • conda install numpy
    • pip install numpy 
  • If you do not have and IDE on your PC, the following ones could be considered:
    • IDLE
    • Spyder
    • VScode
    • PyCharm

If you are using python3 ver 3.11, you need to change all the np.float32 to np.float64.


  • No labels