Chris Markiewicz

Results 2126 comments of Chris Markiewicz

The way I organize things with fitlins is as a collection of sibling derivatives: ``` node-L1/ dataset_description.json sub-01/ ... node-L2/ dataset_description.json ``` `node-` is nothing official, it's just a naming...

"XYZ-specific metadata" is probably boilerplate from the BEP template that didn't get updated.

``` ⎯⎯⎯⎯⎯⎯ Failed Suites 2 ⎯⎯⎯⎯⎯⎯⎯ FAIL packages/openneuro-app/src/scripts/dataset/__tests__/snapshot-container.spec.tsx [ packages/openneuro-app/src/scripts/dataset/__tests__/snapshot-container.spec.tsx ] FAIL packages/openneuro-app/src/scripts/dataset/files/__tests__/file-viewer-type.spec.jsx [ packages/openneuro-app/src/scripts/dataset/files/__tests__/file-viewer-type.spec.jsx ] SyntaxError: Named export 'Decompress' not found. The requested module 'fflate/browser' is a CommonJS module,...

> Changing the error message would be helpful. It looks like we would need to do that in this class: https://github.com/nipy/nipype/blob/bc456dd985b785783fb94094be685b2d6759ffaf/nipype/interfaces/base/traits_extension.py#L209 By overriding https://github.com/nipy/nipype/blob/bc456dd985b785783fb94094be685b2d6759ffaf/nipype/interfaces/base/traits_extension.py#L104-L118 to indicate acceptable extensions. > Could...

Got it. No, we should be able to do this without changing what succeeds or fails. What I'm proposing is just to improve the text emitted by the `.info_text` property...

Marking as draft to make quickly reviewing the PR list simpler. Please do not hesitate to mark ready for review when you think it's ready. This PR is out of...