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 89cf198 commit 35b9937Copy full SHA for 35b9937
src/ess/dream/io/cif.py
@@ -15,7 +15,7 @@ def prepare_reduced_dspacing_cif(
15
"""Construct a CIF builder with reduced data in d-spacing.
16
17
The object contains the d-spacing coordinate, intensities,
18
- and a number of metadata.
+ and some metadata.
19
20
Parameters
21
----------
@@ -33,7 +33,7 @@ def prepare_reduced_dspacing_cif(
33
from .. import __version__
34
35
to_save = _prepare_data(da)
36
- return (
+ return ReducedDspacingCIF(
37
cif.CIF('reduced_dspacing')
38
.with_reducers(f'ess.dream v{__version__}')
39
.with_authors(*authors)
0 commit comments