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 submitted job aborts with the error
Traceback (most recent call last): File "/var/spool/pbs/mom_priv/jobs/2384695.chadmin1.ib0.cheyenne.ucar.edu.SC", line 56, in <module> _main_func(__doc__) File "/var/spool/pbs/mom_priv/jobs/2384695.chadmin1.ib0.cheyenne.ucar.edu.SC", line 35, in _main_func overrides["total_tasks"], overrides["num_nodes"], overrides["tasks_per_node"], overrides["thread_count"] = env_workflow.get_job_specs(job) TypeError: get_job_specs() takes exactly 3 arguments (2 given)
It looks like get_job_specs() wants two arguments, case and job, but template.timeseries is only passing job.
get_job_specs()
case
job
template.timeseries
I think I still have a fork of this repository floating around, so I'll do a little more testing and come back with more info.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The submitted job aborts with the error
It looks like
get_job_specs()
wants two arguments,case
andjob
, buttemplate.timeseries
is only passingjob
.I think I still have a fork of this repository floating around, so I'll do a little more testing and come back with more info.
The text was updated successfully, but these errors were encountered: