You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are setting up an experiment with float and str inputs and a dict output. The trial is able to run successfully however, when we enter expd run in CLI, it opens a window that does not let us set the range of parameters of the inputs and returns the following traceback:
Traceback (most recent call last):
File "~/venv/lib/python3.11/site-packages/marimo/_runtime/executor.py", line 157, in execute_cell
exec(cell.body, glbls)
Cell marimo:///var/folders/c4/xftw48qx1ln6q3hxvkc80tdw0000gn/T/tmpaflrku3r/explorer.py#cell=cell-3, line 1, in <module>
args, constructors = get_explorer_elements(Inputs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "~/venv/lib/python3.11/site-packages/expd/dtypes/elements.py", line 103, in get_explorer_elements
types = get_object_annotated_types(inputs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "~/venv/lib/python3.11/site-packages/expd/dtypes/dtyping.py", line 103, in get_object_annotated_types
return {name: AnnotatedType.from_type(t) for name, t in types.items()}
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "~/venv/lib/python3.11/site-packages/expd/dtypes/dtyping.py", line 103, in <dictcomp>
return {name: AnnotatedType.from_type(t) for name, t in types.items()}
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "~/venv/lib/python3.11/site-packages/expd/dtypes/dtyping.py", line 77, in from_type
metadata = dt.bare_type_to_dtype(t)
^^^^^^^^^^^^^^^^^^^^^^^^
File "~/venv/lib/python3.11/site-packages/expd/dtypes/dtypes.py", line 598, in bare_type_to_dtype
raise NotImplementedError
NotImplementedError
The text was updated successfully, but these errors were encountered:
We are setting up an experiment with
float
andstr
inputs and adict
output. The trial is able to run successfully however, when we enterexpd run
in CLI, it opens a window that does not let us set the range of parameters of the inputs and returns the following traceback:The text was updated successfully, but these errors were encountered: