Skip to content

A Python framework for test-driven validation of scientific models.

License

Notifications You must be signed in to change notification settings

scidash/sciunit

Folders and files

NameName
Last commit message
Last commit date
Jul 1, 2022
Jan 31, 2021
Jul 4, 2022
Dec 19, 2023
Feb 5, 2020
May 10, 2021
Feb 3, 2020
Feb 3, 2020
May 10, 2021
Oct 10, 2017
May 12, 2018
Feb 23, 2022
Jun 27, 2020
Jan 31, 2021
Dec 25, 2023
Jul 18, 2021
May 3, 2021

Repository files navigation

Python package RTFD Binder Coveralls Repos using Sciunit Downloads from PyPI

SciUnit Logo

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

Concept

The conference paper

Documentation

Colab
Jupyter Tutorials
API Documentation

Installation

pip install sciunit

or

conda install -c conda-forge sciunit

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.  

Domain-specific libraries and information

NeuronUnit for neuron and ion channel physiology
See others here

Mailing List

There is a mailing list for announcements and discussion. Please join it if you are at all interested!

Contributors

  • Rick Gerkin, Arizona State University (School of Life Science)
  • Cyrus Omar, Carnegie Mellon University (Dept. of Computer Science)

Reproducible Research ID

RRID:SCR_014528

License

SciUnit is released under the permissive MIT license, requiring only attribution in derivative works. See the LICENSE file for terms.