Skip to content

Commit

Permalink
Fix init.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
joaander committed Feb 15, 2024
1 parent 1908dd5 commit b63e7ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hoomd_validation/init.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@
# initialize jobs for validation test projects
for subproject in subprojects:
# add all the jobs to the project
for job.cached_statepoint['in'] subproject.job_statepoints():
for job_sp in subproject.job_statepoints():
job = project.open_job(job_sp).init()

0 comments on commit b63e7ff

Please sign in to comment.