Skip to content

Commit

Permalink
Update calculator.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-S-Rosen authored Jun 26, 2024
1 parent eedb748 commit 145350d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/raspa_ase/calculator.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def get_calculator_command(self, inputfile: str = SIMULATION_INPUT) -> list[str]
list[str]
The command to run the calculator.
"""
return [self.binary, f"{inputfile}"]
return [self.command, f"{inputfile}"]

def version(self) -> str:
"""
Expand Down

0 comments on commit 145350d

Please sign in to comment.