Skip to content

Commit

Permalink
Merge pull request #139 from keiyamamo/fix_artery
Browse files Browse the repository at this point in the history
import numpy in problem file
  • Loading branch information
keiyamamo authored Feb 6, 2024
2 parents 14a45a8 + 9a88918 commit 6c6468a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vampy/simulation/Artery.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
import os
import pickle
from pprint import pprint
import numpy as np
from dolfin import set_log_level

if os.environ.get('OASIS_MODE') == 'TESTING':
Expand Down

0 comments on commit 6c6468a

Please sign in to comment.