lanl-ansi / PowerModelsAnalytics.jl

Tools for the analysis and visualization of PowerModels data and results
https://lanl-ansi.github.io/PowerModelsAnalytics.jl/stable/
Other
14 stars 3 forks source link

Add test for correct identify_blocks behaviour #26

Closed noahrhodes closed 2 years ago

noahrhodes commented 2 years ago

to close #25

codecov[bot] commented 2 years ago

Codecov Report

Merging #26 (faaf5b9) into master (17db23c) will decrease coverage by 0.69%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master      #26      +/-   ##
==========================================
- Coverage   36.97%   36.27%   -0.70%     
==========================================
  Files          11       10       -1     
  Lines         733      725       -8     
==========================================
- Hits          271      263       -8     
  Misses        462      462              
Impacted Files Coverage Δ
src/core/data.jl 73.46% <100.00%> (ø)
src/PowerModelsAnalytics.jl 100.00% <0.00%> (ø)
src/core/export.jl

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

noahrhodes commented 2 years ago

Tests fail on Julia v1.3 due to prior changes on master

pseudocubic commented 2 years ago

Can you rebase against the latest master branch and update the changelog?