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 88a4039

Browse filesBrowse files
committed
corrected path for pylintrc
1 parent 2c1a69f commit 88a4039
Copy full SHA for 88a4039

File tree

Expand file treeCollapse file tree

2 files changed

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

2 files changed

+3
-3
lines changed

‎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=pmlearn/tests "$@"
13+
THEANO_FLAGS="floatX=${FLOATX},gcc.cxxflags='-march=core2'" pytest -v --cov=pymc-learn "$@"
1414

‎setup.cfg

Copy file name to clipboardExpand all lines: setup.cfg
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ exclude = .git,__pycache__,docs/conf.py,build
55
statistics = True
66

77
[tool:pytest]
8-
testpaths = tests
8+
# testpaths = */tests/*
99
python_files = test_*.py
1010

1111
[coverage:run]
12-
omit = */tests/*
12+
# omit = */tests/*
1313

1414
[pydocstyle]
1515
add-ignore = D100,D104

0 commit comments

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