Chris Markiewicz

Results 424 issues of Chris Markiewicz

```Python In [19]: @pydra.mark.task ...: def f(a, b=1): ...: return a + b ...: In [20]: g = f() In [21]: g(a=3).output.out Out[21]: 4 In [22]: g(a=3, b=2).output.out Out[22]: 5...

bug

Working with latest `master`... I'm trying to add an `update_spec(spec, dict)` function that would make it easier to separate initialization and argument population and solve issues like #417 by simply...

bug

It would be good to start work on a migration guide for Nipype 1 users to Pydra. Some ideas for sections: * How to rewrite your existing interface as a...

help wanted
good first issue
documentation

In discussions at the Brainhack, the question of conditional tasks came up again, so it seems worth reviving. I think the most comprehensive previous discussion was in https://github.com/nipy/nipype/issues/2539, but I...

enhancement

Paths may be an issue...

feature

Closes #77 and fixes the CI. This takes us one step further out from `list_comments`. The idea here is that the initial parser considers comments and whitespace-only lines a "prefix"...

@satra Do we care about publishing Docker images? I believe they were mainly used for courses, which I assume are no longer going to be using nipype 1?

The main figure is now small. Main other change is upgrading Sphinx 4.5 to 5.0. Investigation and PRs welcome! ### 1.8.2 https://nipype.readthedocs.io/en/1.8.2/ ![image](https://user-images.githubusercontent.com/83442/191551309-e87a0adb-7c6c-4bea-b565-323d5ef971bb.png) ### 1.8.1 https://nipype.readthedocs.io/en/1.8.1/ ![image](https://user-images.githubusercontent.com/83442/191551361-bcfb1933-f935-4b61-831d-12605addcdb4.png)

doc
help-wanted

Closes #2803. The format is up for debate, but this is what we use internally, and it's pretty reasonable. cc @lestropie

### What happened? We're still emitting both `bold.json` and `bold.dtseries.json` for CIFTI outputs. This is a holdover from needing to maintain backwards compatibility in a minor release series while adding...

bug