Skip to content

Commit fd549a0

Browse files
committed
Adds TODO for CIF conversion module
1 parent b79e192 commit fd549a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/easydiffraction/analysis/calculators/calculator_pdffit.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ def _calculate_single_model_pattern(self,
4646
# Set sample model parameters
4747
# ---------------------------
4848

49+
# TODO: move CIF v2 -> CIF v1 conversion to a separate module
4950
# Convert the sample model to CIF supported by PDFfit
5051
v2_cif_string = sample_model.as_cif()
5152
# convert to version 1 of CIF format

0 commit comments

Comments
 (0)