nils-wisiol/pypuf

ExperimentMajorityVoteFindVotes Wrong Stability Bug

Closed this issue · 1 comments

In order to fix #31 I found a Bug in TestExperimentMajorityVoteFindVotes.test_run_and_analyze.

In line https://github.com/nils-wisiol/pypuf/blob/master/test/test_experiment.py#L94 it checks for the self.result_overall_stab which is 0.0 if lines https://github.com/nils-wisiol/pypuf/blob/master/pypuf/experiments/experiment/majority_vote.py#L114-L121 found the best vote count .

Done in #61.