Chris Markiewicz
Chris Markiewicz
Just to check, does this occur on numpy
Okay, probably the fix is to change it to `traits.Either(traits.Int, traits.Bool)` and then use `int(self.inputs.index)` internally.
This needs to be fixed in nipype.
Looks like this isn't going to play nicely with your tests until Cython's limited API fixes are released.
This doesn't look editable: `python3.11/site-packages/niworkflows/interfaces/norm.py"` Is it possible you need to reinstall?
``` [ERROR] JSON_SCHEMA_VALIDATION_ERROR Invalid JSON sidecar file. The sidecar is not formatted according the schema. PostLabelingDelay /sub-1/perf/sub-1_asl.json - must be number /sub-1/perf/sub-1_asl.json - must be > 0 ``` The issue...
The current error relates to https://github.com/bids-standard/bids-specification/pull/1920.
This will break Windows, which doesn't have this attribute, unfortunately. It looks like it can be recovered from `EXT_SUFFIX`, which would be a pretty ugly hack, but I can do...
Sounds good, thanks for picking this up. My fork works for the repo I was working on, but I'll be happy to switch back to base once your implementation is...
Are the data public? I haven't seen something like this. I could try to reproduce it locally and investigate.