Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disallow numerical tests on Appveyor #778

Merged
merged 4 commits into from
May 9, 2019
Merged

Conversation

cpfiffer
Copy link
Member

@cpfiffer cpfiffer commented May 9, 2019

This cuts around numerical tests for Appveyor by removing it from the regular staging flow. Fixes #776.

@yebai yebai merged commit 85af756 into master May 9, 2019
@cpfiffer cpfiffer deleted the csp/appveyor-numerical branch May 9, 2019 23:40
yebai pushed a commit that referenced this pull request May 13, 2019
* add typed varinfo

* fix tests and cache_updated

* remove generated functions

* reorganization and some docstrings and comments

* cleanup and docstrings

* some more comments and docstrings

* more comments and docstrings

* more comments, fixes and docstrings

* some test fixes

* add final comments and docstrings in RandomVariables src

* respond to review comments

* RandomVariables reorganization

* fix eval_num

* reorg and add some tests

* logp tests

* add link! tests

* fix link! and invlink! for TypedVarInfo

* add setgid! test

* pass spl to vi when pushing

* add TypedVarInfo constructor test

* turing_test -> turing_testset

* merge RandomVariables files into one

* fix tests

* Disallow numerical tests on Appveyor (#778)

* Disallows numerical tests on Appveyor.

* It appears I've slipped into Python. Fixed.

* Fixing staging functions.

* Relax some type constraints.

* Bugfix.

* Minor tweaks - no functionality change.

* add typed varinfo

* fix tests and cache_updated

* remove generated functions

* reorganization and some docstrings and comments

* cleanup and docstrings

* some more comments and docstrings

* more comments and docstrings

* more comments, fixes and docstrings

* some test fixes

* add final comments and docstrings in RandomVariables src

* respond to review comments

* RandomVariables reorganization

* fix eval_num

* reorg and add some tests

* logp tests

* add link! tests

* fix link! and invlink! for TypedVarInfo

* add setgid! test

* pass spl to vi when pushing

* add TypedVarInfo constructor test

* turing_test -> turing_testset

* merge RandomVariables files into one

* fix tests

* fix merge typo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Disable numerical tests on Appveyor CI
2 participants