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
When runing a bulk run, this error occurs
iDVC/src/idvc/dvc_interface.py
Line 3550 in 4544c13
When these errors are raised the worker should stop but instead the whole app freezes. The terminal has the following error:
No points in pointcloud
The height of the mask can be +-500 planes, but it does not matter. Set few points in "Points in run" e.g. 100
An example of bulk parameters:
A new pointcloud is created for each subvolume size
Line 4685 in 6b71e63
Line 3320 in 4544c13
It seems that sometimes the points are set to 0 in
https://github.com/TomographicImaging/CILViewer/blob/076cfb9381425ab225c8c6fc64a5332940c63977/Wrappers/Python/ccpi/viewer/utils/visualisation_pipeline.py#L256
As a temporary fix, the worker should be stopped and raise a warning rather than freeze
Some more info on pointcloud in #90
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When runing a bulk run, this error occurs
iDVC/src/idvc/dvc_interface.py
Line 3550 in 4544c13
When these errors are raised the worker should stop but instead the whole app freezes. The terminal has the following error:
To replicate this bug:
The height of the mask can be +-500 planes, but it does not matter.
Set few points in "Points in run" e.g. 100
An example of bulk parameters:
Proposed solution
A new pointcloud is created for each subvolume size
iDVC/src/idvc/dvc_interface.py
Line 4685 in 6b71e63
iDVC/src/idvc/dvc_interface.py
Line 3320 in 4544c13
It seems that sometimes the points are set to 0 in
https://github.com/TomographicImaging/CILViewer/blob/076cfb9381425ab225c8c6fc64a5332940c63977/Wrappers/Python/ccpi/viewer/utils/visualisation_pipeline.py#L256
As a temporary fix, the worker should be stopped and raise a warning rather than freeze
Some more info on pointcloud in #90
The text was updated successfully, but these errors were encountered: