Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make it easier to provide custom ground truth (Distribution) objects #82

Closed
tlambert03 opened this issue Oct 30, 2024 · 0 comments · Fixed by #83
Closed

Make it easier to provide custom ground truth (Distribution) objects #82

tlambert03 opened this issue Oct 30, 2024 · 0 comments · Fixed by #83

Comments

@tlambert03
Copy link
Owner

As @melisande-c pointed out, it's rather clunky to create new sources of ground truth without them being "officially" recognized by microsim, and it's because of this union.

This could be fixed either via some base class that end users must subclass (which would be added to the union last), and could also probably be solved simply by adding a Protocol object to the union that detects whether the passed object implements render().

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 a pull request may close this issue.

1 participant