Skip to content

Commit

Permalink
comment out mshr so it runs
Browse files Browse the repository at this point in the history
  • Loading branch information
petrelharp committed Aug 9, 2023
1 parent 33d994c commit d48c754
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions product_fem/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
from .functions import ProductFunction, Control, SpatialData
from .inverse_problems import InverseProblem, taylor_test
from .loss_functionals import LossFunctional, ReducedLossFunctional
from .meshes import polygon_geom, polygon_mesh, convex_hull_geom, convex_hull_mesh, rectangle_geom, rectangle_mesh, ellipse_geom, ellipse_mesh, square_geom, square_mesh, unit_square_geom, unit_square_mesh, disc_geom, disc_mesh, unit_disc_geom, unit_disc_mesh
from mshr import generate_mesh
# from .meshes import polygon_geom, polygon_mesh, convex_hull_geom, convex_hull_mesh, rectangle_geom, rectangle_mesh, ellipse_geom, ellipse_mesh, square_geom, square_mesh, unit_square_geom, unit_square_mesh, disc_geom, disc_mesh, unit_disc_geom, unit_disc_mesh
# from mshr import generate_mesh
from .plotting import plot, animate_control
from .solvers import Solver
from .transforms import to_array, to_Function
Expand Down
2 changes: 1 addition & 1 deletion requirements/conda-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
- slim
- bioconda::snakemake
- hyperopt
- pyslim>=1.0.1
- pyslim>=1.0.4
- ffmpeg
- quarto
- papermill

0 comments on commit d48c754

Please sign in to comment.