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

tridisolve not accesible #215

Merged
merged 2 commits into from
Apr 29, 2024
Merged

tridisolve not accesible #215

merged 2 commits into from
Apr 29, 2024

Conversation

temisAP
Copy link
Contributor

@temisAP temisAP commented Feb 14, 2024

I was using your library and I found it a little bit slow. Diving into the code, I discovered that line (884) in "utils.py" that was trying to import the cythonized module _utils but was unreachable. I just added the dot before the import and the import was successful. I don't know if the dot is only in my case, (venv virtual environment, VSCode, amd64 Windows) or if it's a general fix but I feel that I had to propose changes

I was using your library and I found it a little bit slow. Diving into the code, I discovered that line (884) in "utils.py" that was trying to import the cythonized module _utils but was unreachable. I just added the dot before the import and the import was successful. I don't know if the dot is only in my case, (venv virtual environment, VSCode, amd64 Windows) or if it's a general fix but I feel that I had to propose changes
nitime/utils.py Outdated Show resolved Hide resolved
@Thibault-De-Permentier
Copy link

Hi, i am in the same situation as @temisAP, i changed "from _utils import" to "from nitime._utils import" and i have a gain of time in my use of the library (in my case on Kubuntu 22.04.2). Could this pull request be merged ? In order to have this in the next release of nitime.

@arokem arokem merged commit 8eb2545 into nipy:master Apr 29, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants