Skip to content

Commit

Permalink
fix datasets
Browse files Browse the repository at this point in the history
  • Loading branch information
maf-hbdx committed Mar 7, 2024
1 parent 4e74d33 commit 00f7845
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/dash_hummingbird_components/__init__.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
from .utils import *

DATA_PATH = "/data/hbdx_ldap_local/analysis/data/"
DATASETS = []
DATASETS = load_datasets(DATA_PATH)

from .utils import *
from .components import *
from .io import *
from .global_callbacks import *

DATASETS = load_datasets(DATA_PATH)

CM_CAT = [
"rgb(0, 94, 161)",
Expand Down

0 comments on commit 00f7845

Please sign in to comment.