Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BF: fix bug in example of streamline_tools.py #1496

Merged
merged 1 commit into from Apr 13, 2018

Conversation

RicciWoo
Copy link
Contributor

This is to fix the bug in example of streamline_tools.py:

TypeError: save_trk() missing 1 required positional argument: 'affine'

The modification is just adding the argument 'affine=affine' to 'save_trk()'.

@codecov-io
Copy link

codecov-io commented Apr 12, 2018

Codecov Report

Merging #1496 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1496   +/-   ##
=======================================
  Coverage   87.51%   87.51%           
=======================================
  Files         241      241           
  Lines       30698    30698           
  Branches     3320     3320           
=======================================
  Hits        26865    26865           
  Misses       3058     3058           
  Partials      775      775

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 17140cd...d5350bd. Read the comment docs.

Copy link
Contributor

@MarcCote MarcCote left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. I'll let @skoudoro handle the merge.

@skoudoro
Copy link
Member

LGTM too, waiting for #1474

@skoudoro skoudoro merged commit 79a3e69 into dipy:master Apr 13, 2018
@skoudoro
Copy link
Member

Thanks @RicciWoo

@RicciWoo RicciWoo deleted the bf-ex-streamline_tools branch May 3, 2018 17:30
ShreyasFadnavis pushed a commit to ShreyasFadnavis/dipy that referenced this pull request Sep 20, 2018
BF: fix bug in example of streamline_tools.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants