Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nipreps/sdcflows
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: e02712e
Choose a base ref
...
head repository: nipreps/sdcflows
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2285047
Choose a head ref
  • 1 commit
  • 3 files changed
  • 1 contributor

Commits on Jan 22, 2025

  1. MAINT: Update niworkflows version to 1.11.0

    Update `niworkflows` version to 1.11.0.
    
    Fixes:
    ```
    (sdcflows) root@91f133b4405b:/tmp# sdcflows /bids-input /bids-output participant --debug
    241030-17:10:41,542 cli IMPORTANT:
    	 Running SDCFlows 2.10.0:
                 * BIDS dataset path: /bids-input.
                 * Output folder: /bids-output.
                 * Analysis levels: ['participant'].
    
    Traceback (most recent call last):
      File "/opt/conda/envs/sdcflows/bin/sdcflows", line 8, in <module>
        sys.exit(main())
      File "/opt/conda/envs/sdcflows/lib/python3.10/site-packages/sdcflows/cli/main.py", line 178, in main
        "plugin": MultiProcPlugin(
      File "/opt/conda/envs/sdcflows/lib/python3.10/site-packages/niworkflows/engine/plugin.py", line 416, in __init__
        from mriqc import config
    ModuleNotFoundError: No module named 'mriqc'
    ```
    
    reported by GitHub user @miltoncamacho.
    
    Update `requirements.txt` and `min-requirements.txt` by running
    `.maint/update_requirements.py`.
    
    Co-authored-by: miltoncamacho <[email protected]>
    miltoncamacho authored and jhlegarreta committed Jan 22, 2025
    Configuration menu
    Copy the full SHA
    2285047 View commit details
    Browse the repository at this point in the history
Loading