Skip to content

Commit 4d396fe

Browse files
committed
Removes print statements
1 parent 39ef224 commit 4d396fe

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

test/sasmanipulations/utest_averaging.py

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

0 commit comments

Comments
 (0)