Skip to content

Trailing / in seg source causes issues #302

@schlegelp

Description

@schlegelp

@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="":

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions