tests: verarbeite kritische Treffer auch bei großen Bauteilen

This commit is contained in:
2026-07-09 17:11:09 +02:00
parent 0c985589a2
commit d8df5db7f4
5 changed files with 57 additions and 32 deletions
-9
View File
@@ -98,15 +98,6 @@ class StrikeEvent:
return self
class Gyroskope:
def __init__(self, tonnage: float):
self._tonnage = tonnage
@property
def tonnage(self) -> float:
return self._tonnage
class InnerStructure:
def __init__(self, tonnage: float, gyroskope: Gyroskope):