Skip to content

Commit

Permalink
removed if statement in str to op
Browse files Browse the repository at this point in the history
  • Loading branch information
jrudz committed Mar 26, 2024
1 parent d430ca8 commit 4b0f139
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions atomisticparsers/lammps/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -658,8 +658,6 @@ def __init__(self):

def init_quantities(self):
def str_op(val):
if "${" in val:
return None
val = val.split("#")[0]
val = val.replace("&\n", " ").split()
val = val if len(val) > 1 else val[0]
Expand Down

0 comments on commit 4b0f139

Please sign in to comment.