From da35d43a28f33e0d0afd30a730152929ba09c043 Mon Sep 17 00:00:00 2001 From: naik-aakash Date: Wed, 27 Nov 2024 13:12:20 +0100 Subject: [PATCH] fix linting --- src/autoplex/data/rss/jobs.py | 3 ++- src/autoplex/fitting/common/utils.py | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/autoplex/data/rss/jobs.py b/src/autoplex/data/rss/jobs.py index 25b702cc9..4e0472c84 100644 --- a/src/autoplex/data/rss/jobs.py +++ b/src/autoplex/data/rss/jobs.py @@ -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): diff --git a/src/autoplex/fitting/common/utils.py b/src/autoplex/fitting/common/utils.py index c9d1607fb..9df5cc984 100644 --- a/src/autoplex/fitting/common/utils.py +++ b/src/autoplex/fitting/common/utils.py @@ -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,