Skip to content

Commit

Permalink
Change build badge
Browse files Browse the repository at this point in the history
  • Loading branch information
Michał Bukowski committed Feb 21, 2020
1 parent 04fc3c0 commit 594e219
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Multiprocessing correlation calculation for Python
=======================

![Travis build](https://travis-ci.com/bukson/nancorrmp.svg?branch=master)

[![Build Status](https://travis-ci.com/bukson/nancorrmp.svg?branch=master)](https://travis-ci.com/bukson/nancorrmp)
8
`nancorrmp` is a small module for calculating correlations of big numpy arrays or pandas dataframes with
NaNs and infs, using multiple cores. Default `numpy.corrcoef` method does not calculate correlations
with input that contains NaNs and infs and `pandas` method `pandas.DataFrame.corr` is single thread
Expand Down

0 comments on commit 594e219

Please sign in to comment.