tardis-sn / stardis

TARDIS stellar radiative transfer
https://tardis-sn.github.io/stardis/
11 stars 15 forks source link

change prepare_atom_data() call to work with tardis restructure #169

Closed jvshields closed 9 months ago

jvshields commented 9 months ago

Stardis uses up to date tardis. A recent tardis update changed the prepare_atom_data() function to require additional arguments. This PR makes stardis run again by adding the required arguments to the function call, and should be identical to previous behavior.

codecov[bot] commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (eba2b6d) 68.09% compared to head (5b1e37e) 68.09%. Report is 2 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #169 +/- ## ======================================= Coverage 68.09% 68.09% ======================================= Files 31 31 Lines 1163 1163 ======================================= Hits 792 792 Misses 371 371 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.