Closed merunes-goldman closed 2 years ago
in paper they define additional metric "Realism Score" - are there plans to add it? Is that even necessary? I may try to add Realism Score as another pull request later.
We didn't plan to add Realism Score, but if you wish to open a PR it's always welcomed 👌🏼
Merging #285 (0a5ac0f) into master (79cccf8) will decrease coverage by
2.27%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #285 +/- ##
==========================================
- Coverage 93.25% 90.97% -2.28%
==========================================
Files 33 33
Lines 2283 2283
==========================================
- Hits 2129 2077 -52
- Misses 154 206 +52
Flag | Coverage Δ | |
---|---|---|
unittests | 90.97% <100.00%> (-2.28%) |
:arrow_down: |
Flags with carried forward coverage won't be shown. Click here to find out more.
Impacted Files | Coverage Δ | |
---|---|---|
piq/pr.py | 100.00% <100.00%> (ø) |
|
piq/gs.py | 32.96% <0.00%> (-57.15%) |
:arrow_down: |
I will have a look ASAP.
Kudos, SonarCloud Quality Gate passed!
0 Bugs
0 Vulnerabilities
0 Security Hotspots
0 Code Smells
No Coverage information
0.0% Duplication
test code
prints
but they seems to be
i found potentially mismatching with paper, original formula
actual formula
so, < seems to be <=
commit in pull request is checking <= with precision (due to float errors)
PS: (offtop) in paper they define additional metric "Realism Score" - are there plans to add it? Is that even necessary? I may try to add Realism Score as another pull request later.