Commit 43d24e5
committed
Fix format order issue in quadtree __str__
The text was incorrect (allowed and actual depth were swapped)
* pygorithm/data_structures/quadtree.py - fix __str__
* tests/test_data_structure.py - fix quadtree __str__ tests1 parent b785d6f commit 43d24e5
File tree
2 files changed
+2
-2
lines changed- pygorithm/data_structures
- tests
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
547 | 547 | | |
548 | 548 | | |
549 | 549 | | |
550 | | - | |
| 550 | + | |
551 | 551 | | |
552 | 552 | | |
553 | 553 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
784 | 784 | | |
785 | 785 | | |
786 | 786 | | |
787 | | - | |
| 787 | + | |
788 | 788 | | |
789 | 789 | | |
790 | 790 | | |
0 commit comments