Skip to content

Commit 8f7c29c

Browse files
committed
Update kinematic.py
1 parent a4b0de2 commit 8f7c29c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyTEMlib/diffraction_tools/kinematic.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,6 @@ def get_reflections(g, hkl, tags, structure_factors, zolz_only=False):
349349
reflections = abs(s)< tags['Sg_max']
350350
sg = s[reflections]
351351
g_hkl = g[reflections]
352-
print('kkk')
353352
hkl = hkl[reflections]
354353
laue_zone = np.sum(hkl * tags['zone_hkl'], axis=1)
355354
if zolz_only:

0 commit comments

Comments
 (0)