Skip to content

Commit

Permalink
fix in test_series plot_bars test
Browse files Browse the repository at this point in the history
  • Loading branch information
karrmagadgeteer2 committed Oct 29, 2023
1 parent 99dc783 commit 3ba2772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_series.py
Original file line number Diff line number Diff line change
Expand Up @@ -1318,7 +1318,7 @@ def test_plot_bars(self: TestOpenTimeSeries) -> None:
rawdata = [f"{x:.11f}" for x in barseries.tsdf.iloc[1:5, 0]]

directory = Path(__file__).resolve().parent
_, figfile = barseries.plot_series(auto_open=False, directory=directory)
_, figfile = barseries.plot_bars(auto_open=False, directory=directory)
plotfile = Path(figfile).resolve()
if not plotfile.exists():
msg = "json file not created"
Expand Down

0 comments on commit 3ba2772

Please sign in to comment.