Skip to content

Commit

Permalink
Add TODOs for basic functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
fivegrant committed Mar 22, 2023
1 parent 9db8385 commit 81a8715
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/SciMLInterface.jl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ Sim runs that can be created using the `/runs/sciml/{operation}` endpoint.
"""
sciml_operations = Dict{Symbol, Function}(
:forecast=>forecast
# TODO(five): Add `fit` operation
# TODO(five): Add `calibrate` operation
# TODO(five): Add `ensemble` operation
)

"""
Expand Down

0 comments on commit 81a8715

Please sign in to comment.