We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Importing mrpro takes on my (slow) work machine ~4s.
some heavy-hitters according to python -X importtime -c "import mrpro" are
python -X importtime -c "import mrpro"
time python -c "import pypulseq"
moving pypulseq import to a function scoped import in the pulseq trajectory reduces the import time to 1.4s
The text was updated successfully, but these errors were encountered:
...maybe this is alos something to fix in pypulseq? @schuenke
Sorry, something went wrong.
Updating pypulseq to current GitHub version reduces the issue to ~ 2.5s.
No branches or pull requests
Importing mrpro takes on my (slow) work machine ~4s.
some heavy-hitters according to
python -X importtime -c "import mrpro"
aretime python -c "import pypulseq"
-> 2.9smoving pypulseq import to a function scoped import in the pulseq trajectory reduces the import time to 1.4s
The text was updated successfully, but these errors were encountered: