Skip to content

Commit

Permalink
Fix iplot import and stats linregress
Browse files Browse the repository at this point in the history
  • Loading branch information
oscgonfer committed May 9, 2024
1 parent 6cd010f commit a4a8a45
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 43 deletions.
40 changes: 0 additions & 40 deletions .github/python-latest.yml

This file was deleted.

2 changes: 1 addition & 1 deletion scdata/device/process/baseline.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from numpy import ones, transpose, log
from scipy.stats.stats import linregress
from scipy.stats import linregress
from scipy.sparse import (diags, spdiags)
from scipy.sparse.linalg import spsolve
from pandas import date_range
Expand Down
2 changes: 1 addition & 1 deletion scdata/device/process/formulae.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from numpy import exp, log, transpose
from scipy.stats.stats import linregress
from scipy.stats import linregress

# TODO REVIEW
def absolute_humidity(dataframe, **kwargs):
Expand Down
2 changes: 1 addition & 1 deletion scdata/test/plot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# from .scatter_iplot import scatter_iplot
from .ts_scatter import ts_scatter
from .heatmap_plot import heatmap_plot
from .heatmap_iplot import heatmap_iplot
# from .heatmap_iplot import heatmap_iplot
from .box_plot import box_plot
from .ts_dendrogram import ts_dendrogram
from .maps import device_metric_map, path_plot
Expand Down

0 comments on commit a4a8a45

Please sign in to comment.