fix tests

This commit is contained in:
Nicola Demo
2025-01-23 09:52:23 +01:00
parent 9aed1a30b3
commit a899327de1
32 changed files with 2331 additions and 2428 deletions

View File

@@ -1,6 +1,8 @@
__all__ = [
'LpLoss',
'PowerLoss',
'weightningInterface',
'LossInterface'
]
from .loss_interface import LossInterface