Skip to content

make ci log more readable, catch matrix subclass warning - #751

Merged
PGijsbers merged 1 commit into
openml:developfrom
amueller:readable_ci_log
Jul 24, 2019
Merged

make ci log more readable, catch matrix subclass warning#751
PGijsbers merged 1 commit into
openml:developfrom
amueller:readable_ci_log

Conversation

@amueller

Copy link
Copy Markdown
Contributor

This should shorten the CI log a bit.
It removes a deprecation warning from the logging module, and a PendingDeprecationWarning from numpy (that can't be avoided right now because of refactoring in scipy if I understand correctly).

I removed the nose configuration as it doesn't seem needed any more.

@codecov-io

Copy link
Copy Markdown

Codecov Report

Merging #751 into develop will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@ Coverage Diff @@## develop #751 +/- ##
======================================
Coverage 88% 88% ======================================
Files 36 36 Lines 4077 4077 ======================================
Hits 3588 3588 Misses 489 489
Impacted FilesCoverage Δ
openml/testing.py96.38% <100%> (ø)⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4715796...891f83a. Read the comment docs.

@PGijsbersPGijsbers left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, thanks!

@PGijsbers
PGijsbers merged commit 59c806b into openml:developJul 24, 2019
Sign up for freeto 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.

3 participants

@amueller@codecov-io@PGijsbers