Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin' into dev
Browse files Browse the repository at this point in the history
Updating for release
  • Loading branch information
paulsaxe committed Jan 6, 2024
2 parents 54bfd6f + c4fce67 commit 848b692
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
=======
History
=======
2024.1.2 -- Changes to allow running in containers.

2023.8.23 -- Fix for installation of Psi4
* Psi4 is now available on CondaForge, so install from there if requested.
Expand Down
2 changes: 1 addition & 1 deletion psi4_step/psi4.py
Original file line number Diff line number Diff line change
Expand Up @@ -486,8 +486,8 @@ def run(self):
config = configparser.ConfigParser()
config.read(ini_dir / "psi4.ini")

# Get the default executor and run Psi4
executor = self.flowchart.executor

result = executor.run(
cmd=["{code}", "-n", f"{n_threads}"],
config=config,
Expand Down

0 comments on commit 848b692

Please sign in to comment.