in reply to Re^2: Reputation: -4 (+-0.5 -3.5)
in thread Reputation: -4 (+-0.5 -3.5)
They most likely are.
But before displaying them calculations happen °:
from node_rep_line
14: my $up = ($N->{reputation} + $N->{votescast}) / 2; 15: my $down = $up - $N->{reputation};
Looks like reputation was -4 and votescast 3 at the moment of my observation.
Hence one votecast got lost ...
I seem to remember reading about a "multiple vote feature" (for janitors?) announced some month ago.
Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery
FootballPerl is like chess, only without the dice
°) @PmDevs I somehow "reverse engineered" this bug, because I was expecting a division by two. Search internal code for all code snippets with "vote" and narrowing the result to / 2 led me to this part.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: Reputation: -4 (+-0.5 -3.5)
by RMGir (Prior) on Jul 21, 2019 at 20:36 UTC | |
by LanX (Saint) on Jul 21, 2019 at 21:00 UTC | |
by ikegami (Patriarch) on Jul 22, 2019 at 18:11 UTC | |
by LanX (Saint) on Jul 22, 2019 at 19:26 UTC |