Calc failing if start_idx is given as a setting
See original GitHub issue161207-21:12:54,768 workflow INFO:
Traceback (most recent call last):
File "/src/nipype/nipype/pipeline/plugins/linear.py", line 43, in run
node.run(updatehash=updatehash)
File "/src/nipype/nipype/pipeline/engine/nodes.py", line 367, in run
self._run_interface()
File "/src/nipype/nipype/pipeline/engine/nodes.py", line 477, in _run_interface
self._result = self._run_command(execute)
File "/src/nipype/nipype/pipeline/engine/nodes.py", line 597, in _run_command
cmd = self._interface.cmdline
File "/src/nipype/nipype/interfaces/base.py", line 1677, in cmdline
self._check_mandatory_inputs()
File "/src/nipype/nipype/interfaces/base.py", line 978, in _check_mandatory_inputs
self._check_requires(spec, name, getattr(self.inputs, name))
File "/src/nipype/nipype/interfaces/base.py", line 948, in _check_requires
raise ValueError(msg)
ValueError: Calc requires a value for input 'start_idx' because one of stop_idx is set. For a list of required inputs, see Calc.help()
Settings were:
{'work_dir': '/data/mriqc_test/work', 'report_dir': '/data/mriqc_test/out/reports', 'hmc_afni': True, 'n_procs': 1, 'verbose_reports': False, 'testing': False, 'ants_nthreads': 6, 'write_graph': True, 'deoblique': True, 'output_dir': '/data/mriqc_test/out', 'correct_slice_timing': True, 'bids_dir': '/data/mriqc_test/bids_data', 'start_idx': 5, 'despike': True}
Issue Analytics
- State:
- Created 7 years ago
- Comments:10 (4 by maintainers)
Top Results From Across the Web
A problem occurred during the parallel computing in matrix in ...
I came across a bug when I try to add a fixed value to each element of the matrix in my toy example....
Read more >AWR1243: Frame Periodicity calculation - Sensors forum
Part Number: AWR1243 I would like to know if it is possible to set the frame duty cycle to 100% by setting the...
Read more >Stoch RSI is broken · Issue #203 · mrjbq7/ta-lib - GitHub
For some reason I'm getting completely wrong numbers. fastk, fastd = talib.STOCHRSI(candles.close.values, timeperiod=14, fastk_period=3, ...
Read more >JavaScript Tutorial: The Basics
How it Works? JavaScripts are programming codes that are embedded inside an HTML document. The codes are contained between a pair of <script> ......
Read more >HSPICE Reference Manual: Commands and Control Options
The timing jitter calculations make use of the parameters given in the .ACPHASENOISE syntax, such as “freq” and “interval”.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

@oesteban OK. I’ll try to have a PR for this early next week.
Accidentally reopened when I undid the stale bot issue closure festival.