https://github.com/csiro-hydroinformatics/verifyimpl
Tools to help verify the correct implementation of algorithms
https://github.com/csiro-hydroinformatics/verifyimpl
blackbox-testing temporal-models time-series
Last synced: 5 months ago
JSON representation
Tools to help verify the correct implementation of algorithms
- Host: GitHub
- URL: https://github.com/csiro-hydroinformatics/verifyimpl
- Owner: csiro-hydroinformatics
- Created: 2014-12-23T02:25:32.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-23T02:58:12.000Z (over 11 years ago)
- Last Synced: 2025-09-10T06:43:03.699Z (10 months ago)
- Topics: blackbox-testing, temporal-models, time-series
- Language: R
- Size: 145 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
verifyImpl
==========
This is a collection of tools to help verifying the correctness and/or fitness for use of model implementations. While some behaviors can and must be captured in unit tests, the process of porting or refactoring model code more often than not requires human judgment as to the adequate model correctness, in the process of defining repeatable unit tests.
Currently the tools in this package are dealing with temporal simulations with point time series model states.