Skip to content

Commit cfbdf41

Browse files
committed
import whole calibration module
1 parent fc41a90 commit cfbdf41

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed
Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
from libra_toolbox.neutron_detection.activation_foils.calibration import get_decay_lines
1+
from libra_toolbox.neutron_detection.activation_foils import calibration
22

33

4-
def test_get_decay_liness():
5-
decay_lines = get_decay_lines(['Na22', 'Cs137'])
4+
def test_get_decay_lines():
5+
decay_lines = calibration.get_decay_lines(['Na22', 'Cs137'])
66
assert isinstance(decay_lines, dict)
7-
assert 'energy' in decay_lines['Na22'].keys()
7+
assert 'energy' in decay_lines['Na22'].keys()
8+
9+

0 commit comments

Comments
 (0)