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

GaussianStateUpdate is not an isinstance of StateUpdate #942

Open
gawebb-dstl opened this issue Jan 30, 2024 · 0 comments
Open

GaussianStateUpdate is not an isinstance of StateUpdate #942

gawebb-dstl opened this issue Jan 30, 2024 · 0 comments

Comments

@gawebb-dstl
Copy link
Contributor

>>> isinstance(GaussianStateUpdate([1],[[1]], None), StateUpdate)
False

This isn't intuitive (to me at least). In the above code StateUpdate can quite easily be replaced by Update.

This isn't a big issue but I wonder if StateUpdate is required. It's only usage within the ‘main’ branch is for tests. However it may be used in other branches or repositories.

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

No branches or pull requests

1 participant