fixed matplotlib (3.10) error in trixie

This commit is contained in:
2026-03-16 14:22:04 +01:00
parent a2ba1ff720
commit 1f9b78afac
3 changed files with 8 additions and 10 deletions
+1 -1
View File
@@ -7,5 +7,5 @@ def test():
return e
def experiment():
for i in range(100):
for i in range(10):
yield test()