We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc6a06e commit d940b64Copy full SHA for d940b64
src/diffpy/utils/parsers/serialization.py
@@ -14,8 +14,8 @@
14
##############################################################################
15
16
import json
17
-from pathlib import Path
18
import warnings
+from pathlib import Path
19
20
import numpy
21
@@ -91,7 +91,7 @@ def serialize_data(
91
92
for idx in range(dt_col_names_count):
93
col_name = dt_col_names[idx]
94
-
+
95
if col_name is not None:
96
97
# Check if column name already exists in hdata
0 commit comments