fixed import path
Some checks failed
RIA Hub Workflow Demo / ria-demo (push) Failing after 32s

This commit is contained in:
liyuxiao2 2025-05-20 10:32:24 -04:00
parent 56eeee0354
commit be785ae500

View File

@ -1,7 +1,7 @@
import os, h5py, numpy as np import os, h5py, numpy as np
from utils.io import from_npy from utils.io import from_npy
from split_dataset import split from split_dataset import split
from ..helpers.app_settings import get_app_settings from helpers.app_settings import get_app_settings
meta_dtype = np.dtype( meta_dtype = np.dtype(
[ [