Skip to content

Commit

Permalink
Changed scope of the simulation in conftest
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodot- committed Aug 6, 2024
1 parent cc01da5 commit b62ffb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tardis/opacities/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from tardis.simulation import Simulation


@pytest.fixture(scope="package")
@pytest.fixture(scope="module")
def nb_simulation_verysimple(config_verysimple, atomic_dataset):
atomic_data = deepcopy(atomic_dataset)
sim = Simulation.from_config(config_verysimple, atom_data=atomic_data)
Expand Down

0 comments on commit b62ffb2

Please sign in to comment.