Skip to content

Commit 639750e

Browse files
committed
change keep types argument in phase diagram
1 parent 151ac62 commit 639750e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

calphy/phase_diagram.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ def prepare_inputs_for_phase_diagram(inputyamlfile, calculation_base_name=None):
437437
calc["element"],
438438
input_chemical_composition,
439439
output_chemical_composition)
440-
compsc = CompositionTransformation(simplecalc)
440+
compsc = CompositionTransformation(simplecalc, keep_types=True)
441441
compsc.write_structure(outfile)
442442

443443
#pop extra keys which are not needed

0 commit comments

Comments
 (0)