Skip to content

fix: missing f-string in filter_scene assert message - #116

Open
andrewwhitecdw wants to merge 1 commit into
NVlabs:mainfrom
andrewwhitecdw:bugfix/habitat-missing-f-string-in-filter-scene
Open

fix: missing f-string in filter_scene assert message#116
andrewwhitecdw wants to merge 1 commit into
NVlabs:mainfrom
andrewwhitecdw:bugfix/habitat-missing-f-string-in-filter-scene

Conversation

@andrewwhitecdw

Copy link
Copy Markdown

Problem

fix: missing f-string in filter_scene assert message

Fix

Replace:

        assert sum(valid), 'no scene was selected for {label=} {instance=}'

with:

        assert sum(valid), f'no scene was selected for {label=} {instance=}'

Files changed

  • dust3r/datasets/habitat.py

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant