Skip to content

Commit

Permalink
Merge branch 'development_efrem'
Browse files Browse the repository at this point in the history
  • Loading branch information
efrembernuz committed Jan 29, 2020
2 parents c6a9be3 + 369dacd commit ecae660
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion examples/reference_structure.xyz
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
5
Methane
Td
H 0.5288 0.1610 0.9359
H 0.2051 0.8240 -0.6786
H 0.3345 -0.9314 -0.4496
Expand Down
2 changes: 1 addition & 1 deletion scripts/cosym
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ if args.shp_labels:

reference_polyhedron = []
if args.shp_measure == 'custom':
reference_polyhedron = file_io.get_molecule_from_file_ref(args.custom_ref)
reference_polyhedron = file_io.get_molecule_from_file_xyz(args.custom_ref)
elif not reference_polyhedron:
if args.shp_measure == 'all':
try:
Expand Down
2 changes: 1 addition & 1 deletion scripts/shape
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ if args.labels:

reference_polyhedron = []
if args.measure == 'custom':
reference_polyhedron = file_io.get_molecule_from_file_ref(args.custom_ref)
reference_polyhedron = file_io.get_molecule_from_file_xyz(args.custom_ref)
elif not reference_polyhedron:
if args.measure == 'all':
try:
Expand Down
2 changes: 1 addition & 1 deletion scripts/shape_map
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ if args.input_file is not None:
symobj = Cosymlib(structures)

if args.custom_ref is not None:
reference_polyhedron = file_io.get_molecule_from_file_ref(args.custom_ref)
reference_polyhedron = file_io.get_molecule_from_file_xyz(args.custom_ref)


if not args.x:
Expand Down

0 comments on commit ecae660

Please sign in to comment.