-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added in hacks to package.yaml to get tests to run
- Loading branch information
Showing
4 changed files
with
16 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
#!/usr/bin/env bash | ||
conv_dir=$(dirname $0) | ||
nipype2pydra convert $conv_dir/specs $conv_dir/.. $conv_dir/to_include.txt | ||
nipype2pydra convert $conv_dir/specs $conv_dir/.. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +0,0 @@ | ||
import attrs | ||
from fileformats.generic import Directory, File | ||
import logging | ||
from pathlib import Path | ||
from pydra.engine import Workflow | ||
from pydra.engine.specs import MultiInputObj | ||
import pydra.mark | ||
|
||
|
||
logger = logging.getLogger(__name__) | ||
|
||
|
||
|
||