Skip to content

Commit

Permalink
added units to pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
siligam committed Jul 23, 2024
1 parent 67c2ac6 commit 221d308
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pymorize/pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,4 +197,5 @@ def __init__(self):
super().__init__(
# FIXME: Fill in with appropriate steps
get_callable_by_name("pymorize.generic.load_data"),
get_callable_by_name("pymorize.units.handle_unit_conversion"),
)

0 comments on commit 221d308

Please sign in to comment.