Skip to content

Commit

Permalink
Merge branch 'main' into typing-conformal-prediction
Browse files Browse the repository at this point in the history
  • Loading branch information
karl-richter authored Jan 28, 2023
2 parents 1ca10e6 + 81cbbfc commit d39591b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/test_model_performance.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
import plotly.graph_objects as go
import pytest
from plotly.subplots import make_subplots
from plotly_resampler import unregister_plotly_resampler

from neuralprophet import NeuralProphet, set_random_seed

Expand Down Expand Up @@ -52,6 +53,9 @@ def get_system_speed():


def create_metrics_plot(metrics):
# Deactivate the resampler since it is not compatible with kaleido (image export)
unregister_plotly_resampler()

# Plotly params
prediction_color = "#2d92ff"
actual_color = "black"
Expand Down

0 comments on commit d39591b

Please sign in to comment.