exanauts / ExaPF.jl

A Power Flow Solver for GPUs in Julia
MIT License
58 stars 5 forks source link

[hotfix] Fix unitialized tape in NetworkStack #248

Closed frapac closed 2 years ago

frapac commented 2 years ago

Explain why the tests were failing randomly on certain CI runs...

codecov-commenter commented 2 years ago

Codecov Report

Merging #248 (deb0ff4) into master (32322d1) will increase coverage by 0.02%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #248      +/-   ##
==========================================
+ Coverage   75.59%   75.62%   +0.02%     
==========================================
  Files          28       28              
  Lines        3458     3462       +4     
==========================================
+ Hits         2614     2618       +4     
  Misses        844      844              
Impacted Files Coverage Δ
src/Polar/stacks.jl 100.00% <100.00%> (ø)

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

frapac commented 2 years ago

I agree. But I think the problem is not related to ExaPF, but rather to Julia's current design. We are not the only one facing this issue.