Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Jan-Lukas Wynen <[email protected]>
  • Loading branch information
nvaytet and jl-wynen authored Dec 12, 2024
1 parent 4d3813f commit 7e8f25a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/io/sqw/sqw_horace_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,11 @@
SqwLineProj,
)

pytest.importorskip("pace_neutrons")
pace_neutrons = pytest.importorskip("pace_neutrons")


@pytest.fixture(scope="module")
def matlab() -> Any:
import pace_neutrons

try:
return pace_neutrons.Matlab()
except RuntimeError as e:
Expand Down

0 comments on commit 7e8f25a

Please sign in to comment.