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

pyxem / kikuchipy / 434
100%

Build:
DEFAULT BRANCH: master
Ran 16 Oct 2020 10:00PM UTC
Jobs 5
Files 84
Run time 4min
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

pending completion
434

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)

175 of 175 new or added lines in 4 files covered. (100.0%)

5149 of 5261 relevant lines covered (97.87%)

4.89 hits per line

Jobs
ID Job ID Ran Files Coverage
1 434.1 (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) 16 Oct 2020 10:00PM UTC 0
97.93
Travis Job 434.1
2 434.2 (DEPS="dask[array] hyperspy[learning] h5py matplotlib numpy numba scikit-image scipy" TEST_DEPS="pytest pytest-cov coveralls coverage" DEPLOY=false ENV=pip DEPLOY=true) 16 Oct 2020 10:00PM UTC 0
97.87
Travis Job 434.2
3 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) 16 Oct 2020 10:02PM UTC 0
97.93
Travis Job 434.3
5 434.5 (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 PATH="/c/tools/miniconda3/:/c/tools/miniconda3/Scripts:$PATH") 16 Oct 2020 10:02PM UTC 0
97.93
Travis Job 434.5
6 434.6 (DEPS="dask[array] hyperspy[learning] h5py matplotlib numpy numba scikit-image scipy" TEST_DEPS="pytest pytest-cov coveralls coverage" DEPLOY=false ENV=pip PYTHON_VERSION=3.7.5 PATH="/c/Python37:/c/Python37/Scripts:$PATH") 16 Oct 2020 10:05PM UTC 0
97.87
Travis Job 434.6
Source Files on build 434
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #434
  • 85c03c1b on github
  • Prev Build on master (#416)
  • Next Build on master (#459)
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