Skip to content

Commit c14346e

Browse files
authored
format opttimizgeometries.py (#107)
* format opttimizgeometries.py * downgrade version of Sphinx to 8.1.3 to avoid incompatlbe
1 parent 4c75b5e commit c14346e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bluephos/tasks/optimizegeometries.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def optimize(row, xtb, isomer):
8989
return row # Return the updated row
9090

9191
except InputError:
92-
logger.error(f"InputError for {mol_id}, will attempt {3 - (attempt+1)} more times")
92+
logger.error(f"InputError for {mol_id}, will attempt {3 - (attempt + 1)} more times")
9393
sleep(10)
9494
continue
9595
except ValueError:

requirements/docs.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-r dev.txt
22

3-
sphinx==8.2.3
3+
sphinx==8.1.3
44
sphinx_rtd_theme==3.0.2
55
sphinx_book_theme==1.1.4
66
sphinx-automodapi==0.18.0

0 commit comments

Comments
 (0)