Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
timmens committed Jun 30, 2024
1 parent 59d81aa commit 6044788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lcm/process_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from lcm.interfaces import ContinuousGridInfo, ContinuousGridSpec, GridSpec, Model


def process_model(user_model):
def process_model(user_model: dict) -> Model:
"""Process the user model.
This entails the following steps:
Expand Down

0 comments on commit 6044788

Please sign in to comment.