In the VoterUpgradeableV2._vote() function, it calculates the votePowerForPool from weights. However, the actual voting power of a NFT(nftVotePower) is bigger than final voting power(totalVoterPower) due to precision loss.
It is recommend to change code as follows to reduce precision loss.
