question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Calc failing if start_idx is given as a setting

See original GitHub issue
161207-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:closed
  • Created 7 years ago
  • Comments:10 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
jvaradacommented, Dec 15, 2016

@oesteban OK. I’ll try to have a PR for this early next week.

0reactions
oestebancommented, Mar 13, 2022

Accidentally reopened when I undid the stale bot issue closure festival.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found