We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This has low priority because it can be easily worked around by calling consumer.stop(), but this is a bug that should be fixed.
consumer.stop()
The text was updated successfully, but these errors were encountered:
I removed this test: https://github.com/ORNL/flowcept/blob/main/tests/plugins/test_tensorboard.py#L155 in this commit: 6d0ce57 This test may be related to this issue. When we fix tensorboard adapter issues, we should return with this test.
Sorry, something went wrong.
As of today, sometimes the assert len(docs) == 16 check still causes intermittent errors. See: https://github.com/ORNL/flowcept/actions/runs/8023284655/job/21920203496?pr=111
assert len(docs) == 16
No branches or pull requests
This has low priority because it can be easily worked around by calling
consumer.stop()
, but this is a bug that should be fixed.The text was updated successfully, but these errors were encountered: