GuckLab / impose

Align microscopy images using custom-defined structural patterns and superimpose those on data from other imaging modalities.
GNU General Public License v3.0
1 stars 0 forks source link

Check if _version.py still works #33

Closed raimund-schluessler closed 2 years ago

raimund-schluessler commented 2 years ago

@paulmueller For some reason _version.py does not return the correct version (0.2.2) anymore, but falls back to the date ( impose==2022.3.25.post16). I don't know, why this happens, for the last commit before this one (which only removes commented lines and should not have any effect) it still worked normally.

The same happens for the other PR.

codecov-commenter commented 2 years ago

Codecov Report

Merging #33 (85d7768) into main (3f60106) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #33   +/-   ##
=======================================
  Coverage   77.73%   77.73%           
=======================================
  Files          35       35           
  Lines        2434     2434           
=======================================
  Hits         1892     1892           
  Misses        542      542           
Impacted Files Coverage Δ
impose/__main__.py 0.00% <ø> (ø)

:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

paulmueller commented 2 years ago

This happens when there are no tags. Try to fetch/pull the tags from origin.

raimund-schluessler commented 2 years ago

This happened for the Github actions. Might have been a hiccup only. Closing.