runtime error

Exit code: 1. Reason: ===================================================== Available rows: ['A'] Available columns: ['1', '2', '3'] Total wells: 3 Fields in A/1: 3 Allowed FOVs: ['005028', '005029', '005030'] ============================================================ Loading default FOV: A/1/005029 Traceback (most recent call last): File "/usr/local/lib/python3.13/site-packages/xarray/core/dataset.py", line 1237, in _construct_dataarray variable = self._variables[name] ~~~~~~~~~~~~~~~^^^^^^ KeyError: 'image' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.13/site-packages/xarray/core/dataset.py", line 1344, in __getitem__ return self._construct_dataarray(key) ~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^ File "/usr/local/lib/python3.13/site-packages/xarray/core/dataset.py", line 1239, in _construct_dataarray _, name, variable = _get_virtual_variable(self._variables, name, self.sizes) ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/xarray/core/dataset_utils.py", line 79, in _get_virtual_variable raise KeyError(key) KeyError: 'image' The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/app.py", line 26, in <module> data_xr, pixel_scales = load_default_fov(plate_metadata) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^ File "/app/optimize_demo.py", line 118, in load_default_fov data_xr = load_fov_from_plate( plate_metadata["plate"], ...<3 lines>... resolution=0, ) File "/app/demo_utils.py", line 171, in load_fov_from_plate data_xr = fov_dataset["image"] ~~~~~~~~~~~^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/xarray/core/dataset.py", line 1357, in __getitem__ raise KeyError(message) from e KeyError: "No variable named 'image'. Variables on the dataset include ['T', 'C', 'Z', 'Y', 'X', '0']"

Container logs:

Fetching error logs...