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

Warn users if they don't have FURY installed #1902

Merged
merged 2 commits into from Jul 17, 2019
Merged

Conversation

arokem
Copy link
Contributor

@arokem arokem commented Jul 16, 2019

And provide a link to information about install

And provide a link for installation.
@arokem
Copy link
Contributor Author

arokem commented Jul 16, 2019

This better addresses issues such as #1718

Copy link
Member

@skoudoro skoudoro left a comment

Choose a reason for hiding this comment

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

Thank you for making it clearer! I will merge it after this small correction

'fury',
"You do not have FURY installed. Some visualization functions"
"might not work for you. For installation instructions, please visit: "
"https://fury.gl/")


if have_fury:
Copy link
Member

Choose a reason for hiding this comment

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

Can you update this variable have_fury to has_fury

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Updated here and elsewhere to has_fury to be consistent with has_mpl below.

@codecov-io
Copy link

Codecov Report

❗ No coverage uploaded for pull request base (master@17b68f0). Click here to learn what that means.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master    #1902   +/-   ##
=========================================
  Coverage          ?   85.41%           
=========================================
  Files             ?      119           
  Lines             ?    14309           
  Branches          ?     2249           
=========================================
  Hits              ?    12222           
  Misses            ?     1577           
  Partials          ?      510
Impacted Files Coverage Δ
dipy/viz/panel.py 83.09% <100%> (ø)
dipy/io/vtk.py 14.58% <100%> (ø)
dipy/viz/__init__.py 90% <100%> (ø)
dipy/viz/app.py 52.36% <100%> (ø)

@skoudoro skoudoro merged commit b838f96 into dipy:master Jul 17, 2019
@skoudoro
Copy link
Member

Thank you for this @arokem

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

3 participants