We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 251ec82 commit 7e5c668Copy full SHA for 7e5c668
CONTRIBUTING.md
@@ -84,7 +84,7 @@ poetry build # build the underlying C code
84
You can run the test with the following code:
85
86
```sh
87
-poetry run pytest --cov-report term-missing --cov=plotly-resampler tests
+poetry run pytest --cov-report term-missing --cov=plotly_resampler tests
88
```
89
90
To get the selenium tests working you should have Google Chrome installed.
tests/conftest.py
@@ -493,4 +493,5 @@ def multi_trace_go_figure() -> FigureResampler:
493
hf_y=y + i,
494
)
495
fig.update_layout(height=800)
496
+ fig.update_xaxes(range=[100, 200_000])
497
return fig
0 commit comments