Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5abd443

Browse filesBrowse files
committed
correct coverage module path
1 parent 88a4039 commit 5abd443
Copy full SHA for 5abd443

File tree

Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed

‎pmlearn/naive_bayes/naive_bayes.py

Copy file name to clipboardExpand all lines: pmlearn/naive_bayes/naive_bayes.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Naive Bayes models.
33
"""
44

5-
# Authors: Rémi Louf <remilouf@gmail.com>, <remi@sounds.am>
5+
# Authors: Remi Louf <remilouf@gmail.com>, <remi@sounds.am>
66
# Daniel Emaasit <daniel.emaasit@gmail.com>
77
#
88
# License: BSD 3 clause

‎scripts/test.sh

Copy file name to clipboardExpand all lines: scripts/test.sh
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ if [[ "$RUN_PYLINT" == "true" ]]; then
1010
. ./scripts/lint.sh
1111
fi
1212

13-
THEANO_FLAGS="floatX=${FLOATX},gcc.cxxflags='-march=core2'" pytest -v --cov=pymc-learn "$@"
13+
THEANO_FLAGS="floatX=${FLOATX},gcc.cxxflags='-march=core2'" pytest -v --cov=pmlearn "$@"
1414

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.