Skip to content

Commit

Permalink
close #26
Browse files Browse the repository at this point in the history
  • Loading branch information
srmnitc committed Mar 11, 2022
1 parent d51f228 commit fb4ba73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion calphy/input.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ def read_yamlfile(file):
if "iso" in calc.keys():
iso = check_and_convert_to_list(calc["iso"])
else:
iso = [True for x in range(len(lattice))]
iso = [False for x in range(len(lattice))]

if "fix_lattice" in calc.keys():
fix_lattice = check_and_convert_to_list(calc["fix_lattice"])
Expand Down

0 comments on commit fb4ba73

Please sign in to comment.