Skip to content

Commit e895990

Browse files
committed
removing notes about mocking and patching; will create another PR
1 parent 891aca1 commit e895990

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

nipype/algorithms/tests/test_tsnr.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
import numpy as np
1212
import os
1313

14-
#NOTE_dj: haven't removed mock (have to understand better)
1514

1615
class TestTSNR():
1716
''' Note: Tests currently do a poor job of testing functionality '''

nipype/caching/tests/test_memory.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010

1111
nb_runs = 0
1212

13-
#NOTE_dj: confg_set can be probably done by monkeypatching (TODO)
1413

1514
class SideEffectInterface(EngineTestInterface):
1615

nipype/pipeline/plugins/tests/test_base.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
from nipype.testing import assert_regexp_matches
1313
import nipype.pipeline.plugins.base as pb
1414

15-
#NOTE_dj: didn't remove the mock library
1615

1716
def test_scipy_sparse():
1817
foo = ssp.lil_matrix(np.eye(3, k=1))

0 commit comments

Comments
 (0)