Skip to content

Commit

Permalink
PEP
Browse files Browse the repository at this point in the history
  • Loading branch information
gabknight committed Jul 5, 2019
1 parent c1ca79c commit a447e45
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions dipy/reconst/tests/test_peak_dg.py
Expand Up @@ -67,11 +67,10 @@ def get_direction(dg, point, dir):
# id should be a (1, 3) array
npt.assert_array_almost_equal(id, [expected_dir])


peaks1 = peaks_from_model(SillyModel(), data, default_sphere,
relative_peak_threshold=.5,
min_separation_angle=25,
npeaks=1)
relative_peak_threshold=.5,
min_separation_angle=25,
npeaks=1)
peaks1._initialize()
point = np.array([1, 1, 1], dtype=float)

Expand Down

0 comments on commit a447e45

Please sign in to comment.