https://github.com/juliacomputing/dynamicmodeltestutils.jl
A simple package for MTK-based model testing
https://github.com/juliacomputing/dynamicmodeltestutils.jl
Last synced: about 1 month ago
JSON representation
A simple package for MTK-based model testing
- Host: GitHub
- URL: https://github.com/juliacomputing/dynamicmodeltestutils.jl
- Owner: JuliaComputing
- License: mit
- Created: 2024-03-29T02:51:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-28T07:58:34.000Z (over 1 year ago)
- Last Synced: 2025-02-20T18:12:52.373Z (9 months ago)
- Language: Julia
- Homepage: https://juliacomputing.github.io/DynamicModelTestUtils.jl/
- Size: 196 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DynamicModelTestUtils
DynamicModelTestUtils is a simple package that wraps SymbolicIndexingInterface to provide straightforward model regression analysis & comparision functionality.
It can export model result data using `discretize_solution` into a DataFrame and can compare against those DataFrames using `compare`. It's intended for use in CI pipelines.