replace print statements with logger #1688
No reviewers
Labels
No Label
bug
build
dependencies
developers
documentation
duplicate
enhancement
formatting
invalid
legal
mobile
obsolete
packaging
performance
protocol
question
refactoring
regression
security
test
translation
usability
wontfix
No Milestone
No project
No Assignees
1 Participants
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Bitmessage/PyBitmessage-2024-12-10#1688
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "bug-fixes14"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I have replaced print statement with logger for below given module
network/randomtrackingdict.py
singleinstance.py
Move tests into unit tests.
randomtrackingdict.py
Please do the requested changes and fix code quality.
If I remember right, this should be replaced with a test failure.
I think this should also be replaced with a test failure.
This is debugging information. We should check if this is not too slow. Let's say all values of
a[x + 1] - a[x]
need to be less than10.0
.Also you can't write "Fixes #xxxxx" unless it's a complete fix, that screws up the dependency tracking.
I have made the suggested changes not it is ready to merge.
Please fix import.
"""Test performance of RandomTrackingDict"""
Maybe this needs to be
10.0
, I'm not fully sure, we'll see once the import is fixed.fix
why dot at the beginning?
checking with every possible way