Qulacs-Osaka / qulacs-osaka

Development branch of qulacs at Osaka Univ
MIT License
13 stars 6 forks source link

367 probablistic test #394

Closed KowerKoint closed 2 years ago

KowerKoint commented 2 years ago

close #367

このIssueを立ててからたまに落ちてることが確認できたNoisyEvolutionTest.T1T2StateTest.SamplingSuperpositionStateについて、複数回テストを回して1回だけFailを許容するようにしました。

NoisyEvolutionTest.EmptyCopsもたまに落ちてるんですが、internalな関数のexceptionで落ちてるので、NoisyEvolutionのバグかもしれないです… それは別件として要調査です(T1T2がたまに落ちてるのも実はバグかも)

codecov-commenter commented 2 years ago

Codecov Report

Merging #394 (751e163) into dev (0f21c66) will increase coverage by 0.22%. The diff coverage is n/a.

@@            Coverage Diff             @@
##              dev     #394      +/-   ##
==========================================
+ Coverage   72.25%   72.48%   +0.22%     
==========================================
  Files          84       84              
  Lines        6106     6106              
==========================================
+ Hits         4412     4426      +14     
+ Misses       1694     1680      -14     
Impacted Files Coverage Δ
src/cppsim/gate_noisy_evolution.hpp 83.27% <0.00%> (+0.34%) :arrow_up:
src/csim/stat_ops_expectation_value.cpp 96.20% <0.00%> (+16.45%) :arrow_up:

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

WATLE commented 2 years ago

https://github.com/Qulacs-Osaka/qulacs-osaka/pull/395

WATLE commented 2 years ago

NoisyEvolutionTest.EmptyCops のバグに関しては#395 で修正しました