aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorCathy Yeh <cathy@driver.xyz>2017-12-03 20:38:28 -0800
committerCathy Yeh <cathy@driver.xyz>2017-12-03 20:38:28 -0800
commit26b43410569044aff46053cae7c68862825dd4ec (patch)
treeb184df84d416e2ddf837b25baadff4f9feaaa250 /Makefile
parent6a1b35f5bf122232d058ed0f3ea19c15629c0cbc (diff)
parentc906bd37fba63ba706cc3b7802bfb18ffb05ee9a (diff)
downloadbeliefs-26b43410569044aff46053cae7c68862825dd4ec.tar.gz
beliefs-26b43410569044aff46053cae7c68862825dd4ec.tar.bz2
beliefs-26b43410569044aff46053cae7c68862825dd4ec.zip
LGS-164 belief propagation for polytrees, special case of OR cpds, refactored from LGSv0.0.2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 805f519..1f33fc4 100644
--- a/Makefile
+++ b/Makefile
@@ -104,7 +104,7 @@ test-in-clean-env: verify-conda-build-installed
# run tests in the current environment
test-in-current-env:
git lfs fetch
- echo TEST
+ pytest tests -vv
####################################################################################################
# helper commands