Skip to content

Commit

Permalink
hook up broadening
Browse files Browse the repository at this point in the history
  • Loading branch information
jvshields committed Feb 19, 2024
1 parent 128b0bc commit 4443ea4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions stardis/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def example_stellar_radiation_field(


@pytest.fixture(scope="session")
def example_stellar_radiation_field_with_broadening(
def example_stellar_radiation_field_broadening(
example_stellar_model,
example_config_broadening,
example_tracing_nus,
Expand Down Expand Up @@ -151,12 +151,12 @@ def example_stardis_output(
def example_stardis_output_broadening(
example_stellar_model,
example_stellar_plasma,
example_stellar_radiation_field,
example_stellar_radiation_field_broadening,
example_config_broadening,
):
return STARDISOutput(
example_config_broadening.result_options,
example_stellar_model,
example_stellar_plasma,
example_stellar_radiation_field,
example_stellar_radiation_field_broadening,
)

0 comments on commit 4443ea4

Please sign in to comment.