You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The parameter module is responsible for the "development of impulse response functions using input datasets such as a flow direction grid, outlet locations, etc." Wrap this into a process that can handle either a file or dict object as input. Follow the script for other inputs that may be needed.
Things we need to add:
The process
A pytest suite
A notebook demo (can be an individual demo for now)
Ensure that you:
Test both locally and on the docker server
Make note of any changes required in RVIC in this thread
The text was updated successfully, but these errors were encountered:
The
parameter
module is responsible for the "development of impulse response functions using input datasets such as a flow direction grid, outlet locations, etc." Wrap this into aprocess
that can handle either afile
ordict
object as input. Follow thescript
for other inputs that may be needed.Things we need to add:
process
pytest
suitenotebook
demo (can be an individual demo for now)Ensure that you:
docker
serverRVIC
in this threadThe text was updated successfully, but these errors were encountered: