tardis-sn / tardis

TARDIS - Temperature And Radiative Diffusion In Supernovae
https://tardis-sn.github.io/tardis
201 stars 404 forks source link

Remove Duplicate OpacityState object in numba_interface.py #2765

Open Rodot- opened 1 month ago

Rodot- commented 1 month ago

Describe the bug There are two copies of the OpacityState jitclass and its initializer. One is in opacity_state.py and the other in numba_interface.py. The version in numba_interface.py should be removed to complete the refactoring.