Skip to content

Commit

Permalink
Added numpy to imports
Browse files Browse the repository at this point in the history
  • Loading branch information
JWock82 committed Nov 10, 2023
1 parent 19d7d68 commit ddd37dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
import sys
sys.path.insert(0, os.path.abspath('../..'))
sys.path.insert(0, os.path.abspath('../../PyNite'))

from PyNite import FEModel3D
import numpy

# -- Project information -----------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
Expand Down

0 comments on commit ddd37dd

Please sign in to comment.