• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

pyxem / kikuchipy / 434 / 3
100%
master: 100%

Build:
DEFAULT BRANCH: master
Ran 16 Oct 2020 10:02PM UTC
Files 84
Run time 7s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

16 Oct 2020 09:57PM UTC coverage: 97.926% (+0.07%) from 97.856%
DEPS="dask[array] hyperspy[learning] h5py matplotlib numpy numba scikit-image scipy" TEST_DEPS="pytest pytest-cov coveralls coverage" DEPLOY=false ENV=conda PYTHON_VERSION=3.8

push

travis-ci-com

web-flow
A framework for computing similarity between 2D gray-tone images (#231)

* feat(SimilarityMetric): ZNCC, NDP and user defined metrics

Framework for calculating similarities between 2D gray-tone images of equal size.

* fix(SimilarityMetric): squeeze dimensions of similarity matrix

* fix(SimiliarityMetric): rechunk dask arrays after type conversion

* refactor(SimilarityMetric)

length of shape -> ndim, and removed unnecessary squeeze call.

* test(SimilarityMetric): Many to many ZNCC

Produce value of 1 with equal pattern and template

* refactor: removed metricscopes including ANY

* wip: tests cover most cases

* test: remove print statement

* refactor: indexation -> indexing

* Reformat docstrings, add Ole to credits, add indexing module to doc

Signed-off-by: Håkon Wiik Ånes <hwaanes@gmail.com>

* refactor: renamed variables and made functions private

* refactor: underscore prefix

* refactor: underscore prefix

* Update docstring table, and more

Signed-off-by: Håkon Wiik Ånes <hwaanes@gmail.com>

* Add indexing module to kikuchipy/__init__.py

Signed-off-by: Håkon Wiik Ånes <hwaanes@gmail.com>

* Add static dictionary indexing note in changelog

Signed-off-by: Håkon Wiik Ånes <hwaanes@gmail.com>

* fix: change standard shape of similarity matrix

Change data shape from (N,nm) to (nm,N) to correspond better with cdist in scipy and general logic.

* test: update tests to new output standard

* fix: _is_compatible to be working for all scopes

* Clarify parameters in docstrings, some minor syntax changes, repr

Signed-off-by: Håkon Wiik Ånes <hwaanes@gmail.com>

* Docstring explanation of _is_compatible()

Signed-off-by: Håkon Wiik Ånes <hwaanes@gmail.com>

* Return numpy where only numpy arrays are passed, test repr

Signed-off-by: Håkon Wiik Ånes <hwaanes@gmail.com>

* Improve return numpy/dask test

Signed-off-by: Håkon Wiik Ånes <hwaanes@gmail.com>

* Change input params ... (continued)

5289 of 5401 relevant lines covered (97.93%)

0.98 hits per line

Source Files on job 434.3 (DEPS="dask[array] hyperspy[learning] h5py matplotlib numpy numba scikit-image scipy" TEST_DEPS="pytest pytest-cov coveralls coverage" DEPLOY=false ENV=conda PYTHON_VERSION=3.8)
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 76
  • Travis Job 434.3
  • 85c03c1b on github
  • Prev Job for DEPS="dask[array] hyperspy[learning] h5py matplotlib numpy numba scikit-image scipy" TEST_DEPS="pytest pytest-cov coveralls coverage" DEPLOY=false ENV=conda PYTHON_VERSION=3.8 on master (#416.1)
  • Next Job for DEPS="dask[array] hyperspy[learning] h5py matplotlib numpy numba scikit-image scipy" TEST_DEPS="pytest pytest-cov coveralls coverage" DEPLOY=false ENV=conda PYTHON_VERSION=3.8 on master (#459.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc