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
The following error occurs when dispatch data cube without quality band:
Traceback (most recent call last): File "/usr/local/lib/python3.6/dist-packages/celery/app/trace.py", line 412, in trace_task R = retval = fun(*args, **kwargs) File "/app/cube_builder/celery/__init__.py", line 67, in __call__ return TaskBase.__call__(self, *args, **kwargs) File "/usr/local/lib/python3.6/dist-packages/celery/app/trace.py", line 704, in __protected_call__ return self.run(*args, **kwargs) File "/app/cube_builder/tasks.py", line 180, in prepare_blend efficacy, cloudratio = quality_date_stats[_merge['date']]
The code seems right, however, we must to prevent the cube generation when quality is not set.
The text was updated successfully, but these errors were encountered:
Resolved in e137790
Sorry, something went wrong.
raphaelrpl
No branches or pull requests
The following error occurs when dispatch data cube without quality band:
The code seems right, however, we must to prevent the cube generation when quality is not set.
The text was updated successfully, but these errors were encountered: