Skip to content
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

Missing argument in V1 call to complex model files #1038

Closed
sambles opened this issue May 15, 2024 · 0 comments · Fixed by #1041
Closed

Missing argument in V1 call to complex model files #1038

sambles opened this issue May 15, 2024 · 0 comments · Fixed by #1041
Assignees
Milestone

Comments

@sambles
Copy link
Contributor

sambles commented May 15, 2024

Issue Description

prepare_complex_model_file_inputs(complex_data_files, input_data_dir)

filestore arg is missing

[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'

@sambles sambles added the bug label May 15, 2024
@sambles sambles self-assigned this May 15, 2024
@sambles sambles linked a pull request May 16, 2024 that will close this issue
@awsbuild awsbuild added this to the 2.3.5 milestone May 30, 2024
@awsbuild awsbuild modified the milestones: 2.3.5, 2.4.0 Feb 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants