-
Notifications
You must be signed in to change notification settings - Fork 19
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
single_store: added support for handling multiple contexts on the host #939
single_store: added support for handling multiple contexts on the host #939
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should also add a unit test soon
Thanks for the review!
Yes, this is next on my to do list |
55284bd
to
abefb11
Compare
abefb11
to
9affcac
Compare
I have implemented the comments and added a unit test. I expect the CI run to fail. Hopefully, it will be fixed after we merge #946 |
a609c54
to
0dade4a
Compare
0dade4a
to
6524bd0
Compare
Hi @niermann999, I temporarily commented out the problematic part of the new unit test. That's why the CI has succeeded. We should uncomment this code once the issue with |
…text arguments This was done to prevent passing around arguments in invalid state. Also temporarily disabled the part of the multicontext_transform_store test until the issue with EXPECT_POINT3_NEAR() in smatrix has been fixed
6524bd0
to
bb9ba60
Compare
|
No description provided.