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

FIX: Resource profiler was broken with config file #981

Merged
merged 1 commit into from Apr 18, 2022

Conversation

oesteban
Copy link
Member

This PR addresses a long-standing problem introduced with the config file. Since MRIQC uses the --profiler flag and it is not marked up with a dest="resource_monitor" for argparse, then the resource monitor of Nipype is never enabled.

Resolves: #459.

This PR addresses a long-standing problem introduced with the config
file. Since MRIQC uses the ``--profiler`` flag and it is not marked up
with a ``dest="resource_monitor"`` for argparse, then the resource
monitor of Nipype is never enabled.

Resolves: #459.
@oesteban oesteban merged commit a2bddac into master Apr 18, 2022
@oesteban oesteban deleted the fix/resource-monitor branch April 18, 2022 15:20
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.

Profiling does not seem to be working
1 participant