Skip to content

Commit

Permalink
Rearrange comment
Browse files Browse the repository at this point in the history
  • Loading branch information
spigo900 committed Aug 11, 2020
1 parent 4a42d92 commit 83533ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ai2/pegasus.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ def main(params: Parameters):
if parameter_option != 'parameter_options'
})

# Messy parameters input this shouldn't matter to ResourceRequest.
# Maybe clean up later.
# Messy parameters input. This shouldn't matter to ResourceRequest, though. Maybe clean up
# later.
resource_request = ResourceRequest.from_parameters(
params.unify(job_params)
)
Expand Down

0 comments on commit 83533ae

Please sign in to comment.