File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -517,10 +517,11 @@ def convert_expr(
517
517
for name in container .output_expr :
518
518
if isinstance (container .output_expr [name ], sp .Basic ):
519
519
container .output_expr [name ] = funcs [ind ]
520
- if self .world_size > 1 :
521
- container .output_expr [name ] = dist_wrapper (
522
- container .output_expr [name ]
523
- )
520
+ # FIXME: Equation with parameter not support yet.
521
+ # if self.world_size > 1:
522
+ # container.output_expr[name] = dist_wrapper(
523
+ # container.output_expr[name]
524
+ # )
524
525
ind += 1
525
526
526
527
if self .constraint :
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ hydra-core
5
5
imageio
6
6
matplotlib
7
7
meshio == 5.3.4
8
- numpy >= 1.20.0 ,<= 1.23.1
8
+ numpy >= 1.20.0 ,< 2.0.0
9
9
pydantic >= 2.5.0
10
10
pyevtk
11
11
pyyaml
You can’t perform that action at this time.
0 commit comments