dask/dask

Add a tests for our tests helpers

Fermée

#2 682 ouverte le 14 sept. 2017

 (5 commentaires) (0 réaction) (0 personne assignée)Python (1 658 forks)batch import
good first issue

Métriques du dépôt

Stars
 (11 520 étoiles)
Métriques de merge PR
 (Merge moyen 5j 1h) (30 PRs mergées en 30 j)

Description

Dask uses a couple assert_eq helpers for easily testing the equality of the result of a computation (a dask.array or dask.dataframe say) to the expected value (np.array, pd.DataFrame). It'd be nice to have some tests for these helpers to ensure they're functioning properly

See https://github.com/dask/dask/pull/2681/files#diff-20d741e3b309789af8da0fbc2663f964 for an example of the kinds of tests we would be good to have.

Guide contributeur