Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 922 Bytes

sciunit-examples.md

File metadata and controls

21 lines (16 loc) · 922 Bytes

SciUnit: A Test-Driven Framework for Formally Validating Scientific Models Against Data

SciUnit Logo

Concept

The conference paper

Basic Usage

my_model = MyModel(**my_args) # Instantiate a class that wraps your model of interest.  
my_test = MyTest(**my_params) # Instantiate a test that you write.  
score = my_test.judge() # Runs the test and return a rich score containing test results and more.  

Source Code

SciUnit Repository

Documentation

Chapter 1 / Chapter 2 / Chapter 3 /