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(
517517 for name in container .output_expr :
518518 if isinstance (container .output_expr [name ], sp .Basic ):
519519 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+ # )
524525 ind += 1
525526
526527 if self .constraint :
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ hydra-core
55imageio
66matplotlib
77meshio == 5.3.4
8- numpy >= 1.20.0 ,<= 1.23.1
8+ numpy >= 1.20.0 ,< 2.0.0
99pydantic >= 2.5.0
1010pyevtk
1111pyyaml
You can’t perform that action at this time.
0 commit comments