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


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

0 comments on commit e2853fe

Please sign in to comment.