Skip to content

Commit

Permalink
mypy - 2
Browse files Browse the repository at this point in the history
  • Loading branch information
ric-evans committed Nov 15, 2024
1 parent 5ddb03a commit 960c089
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/traditional_two_sample_methods.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,8 +233,7 @@ def compare(benchmark_distribution, systematic_distribution, pvalues, density=Fa
pylab.xlabel('width')
pylab.ylabel('log(p-value)')

print(80*'-')
pvalues_center_systematic = collections.defaultdict(list)
print(80 * '-')
pvalues_center_systematic: dict = collections.defaultdict(list)
for idx, systematic_center in enumerate(centers):
#print('center = %.4f' % systematic_center)
Expand Down

0 comments on commit 960c089

Please sign in to comment.