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
OasisPlatform/src/model_execution_worker/tasks.py
Line 459 in 626469d
filestore arg is missing
filestore
[2024-05-15 13:45:10,523: ERROR/ForkPoolWorker-1] Task generate_input[6bb9ef68-cf67-4403-b94f-ffc6f2da4bfa] raised unexpected: TypeError("prep Traceback (most recent call last): File "/home/worker/.local/lib/python3.10/site-packages/celery/app/trace.py", line 477, in trace_task R = retval = fun(*args, **kwargs) File "/home/worker/.local/lib/python3.10/site-packages/celery/app/trace.py", line 760, in __protected_call__ return self.run(*args, **kwargs) File "/home/worker/src/model_execution_worker/tasks.py", line 220, in run return fn(self, analysis_pk, *args, **kwargs) File "/home/worker/src/model_execution_worker/tasks.py", line 430, in generate_input prepare_complex_model_file_inputs(complex_data_files, input_data_dir) TypeError: prepare_complex_model_file_inputs() missing 1 required positional argument: 'filestore'
The text was updated successfully, but these errors were encountered:
sambles
Successfully merging a pull request may close this issue.
Issue Description
OasisPlatform/src/model_execution_worker/tasks.py
Line 459 in 626469d
filestore
arg is missingThe text was updated successfully, but these errors were encountered: