Skip to content

Commit

Permalink
Trying to trigger the error.
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-oreilly committed Dec 11, 2024
1 parent afafbf0 commit 1b0fa43
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pylossless/dash/tests/test_qcannotations.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

import json
import plotly.graph_objects as go
from dash import dcc

from ..qcannotations import EEGAnnotationList, EEGAnnotation

Expand All @@ -17,4 +18,6 @@ def test_EEGAnnotationList_serialization():
annotation_list = EEGAnnotationList(annotation)

# Check if json serializable
json.dumps(annotation_list)
#json.dumps(annotation_list)
mne_annots = dcc.Store(id="annotations")
mne_annots.data = annotation_list

0 comments on commit 1b0fa43

Please sign in to comment.