https://github.com/rgiordan/LinearResponseVariationalBayes.py
Raw File
Tip revision: e8a5c66b1329e436a192d7cf531056dfaaf71089 authored by Ryan Giordano on 16 November 2017, 20:46:58 UTC
Suppress independence warnings
Tip revision: e8a5c66
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