Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not ]dev ADI in bench/Manifest.toml #31

Merged
merged 1 commit into from
Nov 28, 2020

Conversation

giordano
Copy link
Contributor

A local path makes it impossible to instantiate the environment on someone
else's computer.

A local path makes it impossible to instantiate the environment on someone
else's computer.
@codecov
Copy link

codecov bot commented Nov 27, 2020

Codecov Report

Merging #31 (2306728) into master (1fb6b47) will decrease coverage by 2.28%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #31      +/-   ##
==========================================
- Coverage   47.79%   45.50%   -2.29%     
==========================================
  Files          10       10              
  Lines         362      345      -17     
==========================================
- Hits          173      157      -16     
+ Misses        189      188       -1     
Flag Coverage Δ
unittests 45.50% <ø> (-2.29%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/sdi.jl 48.48% <0.00%> (-2.24%) ⬇️
src/metrics/snr.jl 91.93% <0.00%> (-0.61%) ⬇️
src/greeds.jl 95.45% <0.00%> (-0.38%) ⬇️
src/ADI.jl 100.00% <0.00%> (ø)
src/nmf.jl 100.00% <0.00%> (ø)
src/pca.jl 100.00% <0.00%> (+3.84%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1fb6b47...66814c7. Read the comment docs.

@giordano giordano mentioned this pull request Nov 28, 2020
Comment on lines +5 to +7
git-tree-sha1 = "6bb9d25e57347c9dbd4c9eca42f019179e019cc8"
uuid = "904a6c7d-4c1b-562f-9573-ab2e7e1c7946"
version = "0.5.0"
version = "0.5.2"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As an alternative we can add ADI#master. The important is to not have a local path in the manifest.

Copy link
Member

@mileslucas mileslucas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good catch, it's so easy to get lost with many locally dev'd packages! Thanks 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants