Skip to content

Commit

Permalink
revert changes from other branch
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielYang59 committed May 24, 2024
1 parent 338c2f3 commit b83361c
Show file tree
Hide file tree
Showing 11 changed files with 1,216 additions and 1,159 deletions.
3 changes: 1 addition & 2 deletions pymatgen/analysis/chemenv/utils/scripts_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,6 @@ def compute_environments(chemenv_configuration):
default_strategy.setup_options(chemenv_configuration.package_options["default_strategy"]["strategy_options"])
max_dist_factor = chemenv_configuration.package_options["default_max_distance_factor"]
first_time = True
test = None
while True:
if len(questions) > 1:
found = False
Expand Down Expand Up @@ -241,7 +240,7 @@ def compute_environments(chemenv_configuration):

input_source = ""
if found and len(questions) > 1:
input_source = test
input_source = test # type: ignore[reportPossiblyUnboundVariable]

structure = None
if source_type == "cif":
Expand Down
Loading

0 comments on commit b83361c

Please sign in to comment.