-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
@jefferis and I just ran into an issue with Wei's Aedes dataset where the segmentation source in the config has a trailing /
which the CAVEclient
parses into table_name=""
:
CAVEclient/caveclient/frameworkclient.py
Line 491 in e08869f
table_name = seg_source.split("/")[-1] |
Obviously, fixing the config solves the problem but perhaps the parsing could be made more robust?
Metadata
Metadata
Assignees
Labels
No labels