Skip to content

Commit

Permalink
fix benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
jvshields committed Jun 11, 2024
1 parent 662c785 commit 74679db
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions benchmarks/run_stardis.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,7 @@ def setup(self):
1,
np.min(
[
len(
stellar_model.composition.atomic_mass_fraction.columns.tolist()
),
len(stellar_model.composition.element_masses),
config.model.final_atomic_number,
]
)
Expand Down Expand Up @@ -168,9 +166,7 @@ def setup(self):
1,
np.min(
[
len(
stellar_model.composition.atomic_mass_fraction.columns.tolist()
),
len(stellar_model.composition.element_masses),
config.model.final_atomic_number,
]
)
Expand Down

0 comments on commit 74679db

Please sign in to comment.