You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<spanclass="k">raise</span><spanclass="ne">IOError</span><spanclass="p">(</span><spanclass="sa">f</span><spanclass="s2">"File </span><spanclass="si">{</span><spanclass="n">filename</span><spanclass="si">}</span><spanclass="s2"> cannot be found. Please rerun the program specifying a valid filename."</span><spanclass="p">)</span>
185
+
178
186
<spanclass="c1"># make sure fid gets cleaned up</span>
<spanclass="w"></span><spanclass="sd">"""Serialize file data into a dictionary. Can also save dictionary into a serial language file. Dictionary is</span>
113
-
<spanclass="sd"> formatted as {filename: data}.</span>
112
+
<spanclass="w"></span><spanclass="sd">"""Serialize file data into a dictionary. Can also save dictionary into a</span>
113
+
<spanclass="sd">serial language file. Dictionary is formatted as {filename: data}.</span>
114
114
115
115
<spanclass="sd"> Requires hdata and data_table (can be generated by loadData).</span>
116
116
@@ -132,7 +132,7 @@ <h1>Source code for diffpy.utils.parsers.serialization</h1><div class="highlight
132
132
<spanclass="sd"> include a path element in the database entry (default True). If 'path' is not included in hddata,</span>
133
133
<spanclass="sd"> extract path from filename.</span>
134
134
<spanclass="sd"> serial_file</span>
135
-
<spanclass="sd"> Serial language file to dump dictionary into. If None (defualt), no dumping will occur.</span>
135
+
<spanclass="sd"> Serial language file to dump dictionary into. If None (default), no dumping will occur.</span>
136
136
137
137
<spanclass="sd"> Returns</span>
138
138
<spanclass="sd"> -------</span>
@@ -291,7 +291,7 @@ <h1>Source code for diffpy.utils.parsers.serialization</h1><div class="highlight
291
291
<hr/>
292
292
293
293
<divrole="contentinfo">
294
-
<p>© Copyright 2024, The Trustees of Columbia University in the City of New York.</p>
294
+
<p>© Copyright 2025, The Trustees of Columbia University in the City of New York.</p>
295
295
</div>
296
296
297
297
Built with <ahref="https://www.sphinx-doc.org/">Sphinx</a> using a
0 commit comments