https://github.com/rgiordan/LinearResponseVariationalBayes.py
Raw File
Tip revision: 19dc043b166eb1428b6f0926d0107fd690f3f2d4 authored by Ryan Giordano on 23 October 2018, 22:32:38 UTC
Move to its own repo
Tip revision: 19dc043
run_tests.sh
#!/bin/bash

# See https://docs.python.org/3/library/unittest.html#test-discovery
python3 -m unittest discover -p 'test*.py' -v
back to top