Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
naik-aakash committed Nov 27, 2024
1 parent b6de25e commit da35d43
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion src/autoplex/data/rss/jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ class RandomizedStructure(Maker):
@requires(
which("buildcell"),
"RSS flows requires the executable 'buildcell' to be in PATH. "
"Please follow the instructions in the README (https://autoatml.github.io/autoplex/user/index.html) to install required dependencies and add them to PATH.",
"Please follow the instructions in the README (https://autoatml.github.io/autoplex/user/index.html) to "
"install required dependencies and add them to PATH.",
)
@job
def make(self):
Expand Down
5 changes: 3 additions & 2 deletions src/autoplex/fitting/common/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,8 +251,9 @@ def gap_fitting(

@requires(
which("julia"),
"J-ACE fitting requires the executables 'julia' and ACEPotentials.jl library to be in PATH. "
"Please follow the instructions in the README (https://autoatml.github.io/autoplex/user/index.html) to install required dependencies and add them to PATH.",
"J-ACE fitting requires the executable 'julia' and ACEPotentials.jl library to be in PATH. "
"Please follow the instructions in the README (https://autoatml.github.io/autoplex/user/index.html) to install "
"required dependencies and add them to PATH.",
)
def jace_fitting(
db_dir: str | Path,
Expand Down

0 comments on commit da35d43

Please sign in to comment.