Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Port over geometry and tetrahedral projection library Python2 --> Python3 #5

Closed
jerdra opened this issue Jul 4, 2019 · 0 comments
Closed
Labels
major For things that should be prioritized

Comments

@jerdra
Copy link
Owner

jerdra commented Jul 4, 2019

Originally rtms optimization geometry routines were written in Python2 due to SimNIBS having only a python2 based API. With the release of SimNIBS 3 there is now Python3 compatibility.

As a result we want to port over the python library:
https://github.com/tigrlab/rtms_optimize/fieldopt

To python 3. With this, comes small changes to the SimNIBS python API (some functions need to be updated since they are deprecated etc..). In addition some Numpy-based routines should be updated as well (using "@" for matrix multiplication).

@jerdra jerdra added the major For things that should be prioritized label Jul 4, 2019
@jerdra jerdra closed this as completed Dec 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
major For things that should be prioritized
Projects
None yet
Development

No branches or pull requests

1 participant