Skip to content

Commit cb16eeb

Browse files
committed
modify the output of path
1 parent 70c4d5d commit cb16eeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyxtal/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1966,7 +1966,7 @@ def get_transition(self, ref_struc, d_tol=1.0, d_tol2=0.3, N_images=2, max_path=
19661966
if Skipped > 0:
19671967
print("Warning: ignore some solutions: ", Skipped)
19681968

1969-
return None, None, None, None
1969+
return None, None, None, p
19701970

19711971
def get_transition_by_path(self, ref_struc, path, d_tol, d_tol2=0.5, N_images=2):
19721972
"""

0 commit comments

Comments
 (0)