openworm / tests

OpenWorm tests across various repos
MIT License
3 stars 3 forks source link

OpenWorm data-driven model validation hub

This repository represents a collection of SciUnit tests for various subprojects of OpenWorm.

Conventional Instructions:

Docker instructions:

We provide a Docker container for the same installation:

git clone http://github.com/openworm/tests
docker build -t openworm/owtests tests # Will build the container and run all the tests

docker run -it openworm/owtests # To explore test artifacts from the shell
#or
chmod 744 docker-interact
./docker-interact owtests # To explore test notebooks from the browser

To Do: