Skip to content

Commit

Permalink
spy compat
Browse files Browse the repository at this point in the history
  • Loading branch information
jameshiggie committed Aug 9, 2023
1 parent 20ace3d commit 3749e81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion seeq/addons/correlation/_seeq_add_on.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class CorrelationHeatmap:

def __init__(self, sdl_notebook_url=None, df=None, datasource=None, seeq_url=None):
display(HTML("<style>#appmode-leave {display: none;}"))
spy.options.compatibility = 188.0
spy.options.compatibility = 188.3
if sdl_notebook_url is None and not isinstance(df, pd.DataFrame):
raise ValueError('Need either the SDL url or a pd.DataFrame with the signals to analyze')
if sdl_notebook_url is None and isinstance(df, pd.DataFrame):
Expand Down

0 comments on commit 3749e81

Please sign in to comment.