Skip to content

Commit

Permalink
Fix another keyword typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
drewoldag committed Sep 6, 2024
1 parent 8df4964 commit e73e755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kbmod_wf/parallel_repro_single_chip_wf.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def reproject_shard(inputs=(), outputs=(), wcses=None, runtime_config={}, loggin
reproject_shard(
original_wu_shard_filepath=inputs[0].filepath,
original_wcs=wcses,
reprojected_wu_filepath=outputs[0].filepath,
reprojected_wu_shard_filepath=outputs[0].filepath,
runtime_config=runtime_config,
logger=logger,
)
Expand Down

0 comments on commit e73e755

Please sign in to comment.