Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewfullard committed Jan 14, 2025
1 parent 9fc7a9b commit e2853fe
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tardis/workflows/util.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
import numpy as np
from astropy import constants as const


import numpy as np
from astropy import constants as const, units as u
from astropy import units as u

Check warning on line 3 in tardis/workflows/util.py

View check run for this annotation

Codecov / codecov/patch

tardis/workflows/util.py#L1-L3

Added lines #L1 - L3 were not covered by tests


def get_tau_integ(plasma, opacity_state, simulation_state, bin_size=10):

Check warning on line 6 in tardis/workflows/util.py

View check run for this annotation

Codecov / codecov/patch

tardis/workflows/util.py#L6

Added line #L6 was not covered by tests
Expand Down

0 comments on commit e2853fe

Please sign in to comment.