An open API service indexing awesome lists of open source software.

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

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.