Skip to content

Commit 3614559

Browse files
committed
Removes unused module
1 parent 8b75e86 commit 3614559

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

sasdata/quantities/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
import importlib
66
import os.path
7-
import types
87
from collections import defaultdict, namedtuple
98
from io import StringIO
109

test/sasmanipulations/utest_averaging.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,8 @@ def test_ring(self):
119119
"""
120120
Test ring averaging
121121
"""
122+
print(self.data)
123+
print(self.data.detector[0].beam_center)
122124
r = Ring(r_min=.005, r_max=.01,
123125
center_x=self.data.detector[0].beam_center.x,
124126
center_y=self.data.detector[0].beam_center.y,

0 commit comments

Comments
 (0)