Skip to content

Update scipy to the current latest version to suppress FutureWarning #153

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

Merged
merged 5 commits into from
Nov 1, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix
  • Loading branch information
harupy committed Oct 31, 2019
commit 9cefbf282fb99babbd0700972fbca1208014d0c7
2 changes: 0 additions & 2 deletions python/images.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,6 @@ import plotly.graph_objects as go

import numpy as np
np.random.seed(1)
import scipy
print(scipy.__version__)
from scipy.signal import savgol_filter

# Simulate spectroscopy data
Expand Down