Skip to content

Commit f9dd97c

Browse files
committed
xanes exporter squeeze
1 parent 873e107 commit f9dd97c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

xanes_exporter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ def xas_fly_exporter(uid):
302302
if "channel" in k:
303303
# We will process later
304304
continue
305-
df[k] = tbl[k].read()
305+
df[k] = np.squeeze(tbl[k].read())
306306

307307
df.set_index("energy", drop=True, inplace=True)
308308

0 commit comments

Comments
 (0)