Skip to content

Commit

Permalink
fix : imports while running parameter sweep
Browse files Browse the repository at this point in the history
  • Loading branch information
tp5uiuc committed Dec 29, 2021
1 parent a95bc0a commit c8d1167
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions examples/run_parameter_sweep.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
from parallel_slab import NeoHookeanSolution, GeneralizedMooneyRivlinSolution
from parallel_slab import run_and_plot
import os

import numpy as np
import psweep as ps
import os

from parallel_slab import (
GeneralizedMooneyRivlinSolution,
NeoHookeanSolution,
run_and_plot,
)


def evaluate(pset):
Expand Down

0 comments on commit c8d1167

Please sign in to comment.