Skip to content

Commit

Permalink
Update CI test
Browse files Browse the repository at this point in the history
  • Loading branch information
eltos committed Jan 2, 2024
1 parent 7c7462e commit e84d077
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/test_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ def test_phasespace(tb):
tb.execute() # just confirm that the notebook runs


@testbook(f"{dir}/properties.ipynb")
def test_units(tb):
tb.execute() # just confirm that the notebook runs


@testbook(f"{dir}/timestructure.ipynb")
def test_timestructure(tb):
tb.execute() # just confirm that the notebook runs
Expand All @@ -39,8 +44,3 @@ def test_timestructure(tb):
@testbook(f"{dir}/twiss.ipynb")
def test_twiss(tb):
tb.execute() # just confirm that the notebook runs


@testbook(f"{dir}/units.ipynb")
def test_units(tb):
tb.execute() # just confirm that the notebook runs

0 comments on commit e84d077

Please sign in to comment.