mirror of
https://github.com/pim-n/pg-rad
synced 2026-03-23 21:58:12 +01:00
change intra-package import statements to have absolute path. this to avoid circular importing. the imports specified in __init__ of each module are only intended to be used outside of src (e.g. tests, API usage).
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
from pg_rad.physics import get_mass_attenuation_coeff
|
||||
from pg_rad.physics.attenuation import get_mass_attenuation_coeff
|
||||
|
||||
|
||||
class Isotope:
|
||||
|
||||
Reference in New Issue
Block a user