Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
lilyminium committed Feb 9, 2024
1 parent 6bd3c95 commit 18a7045
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ The rules for this file:

### Fixed
<!-- Bug fixes -->
- Fixed batch distribution hardcoding (Issue #80, PR #82)

### Changed
<!-- Changes in existing functionality -->
Expand Down
2 changes: 1 addition & 1 deletion openff/nagl/utils/_parallelization.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def batch_distributed(
env_extra = []
if worker_type != "local":
env_extra.extend(
dask.config.get("jobqueue.job-script-prologue", default=[])
dask.config.get(f"jobqueue.{worker_type}.job-script-prologue", default=[])
)
env_extra.append(f"{package_manager} activate {conda_environment}")

Expand Down

0 comments on commit 18a7045

Please sign in to comment.