Skip to content

Commit

Permalink
fixed conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
RemDelaporteMathurin committed Dec 20, 2024
1 parent 0798309 commit 8c72a2f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import os
import sys

sys.path.insert(0, os.path.abspath("../.."))
sys.path.insert(0, os.path.abspath("../../src"))


# Generate the map
Expand Down
2 changes: 2 additions & 0 deletions docs/source/userguide/troubleshooting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ Then increase the absolute tolerance of the solver:

.. testcode::

import festim as F

my_model.settings = F.Settings(
atol=1e10,
rtol=1e-10,
Expand Down

0 comments on commit 8c72a2f

Please sign in to comment.