We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5111e9b commit 277fe1dCopy full SHA for 277fe1d
python/nutpie/compiled_pyfunc.py
@@ -80,7 +80,7 @@ def from_pyfunc(
80
coords: dict[str, Any] | None = None,
81
dims: dict[str, tuple[str, ...]] | None = None,
82
shared_data: dict[str, Any] | None = None,
83
- make_initial_point_fn: Callable[[SeedType], np.ndarray] | None,
+ make_initial_point_fn: Callable[[SeedType], np.ndarray] | None = None,
84
):
85
variables = []
86
for name, shape, dtype in zip(
0 commit comments