Skip to content
Snippets Groups Projects

Fix unit tests

Merged s212246 requested to merge fix-unit-tests into main
5 files
+ 31
31
Compare changes
  • Side-by-side
  • Inline

Files

+ 1
1
@@ -2,7 +2,7 @@
import torch.nn as nn
from qim3d.utils._logger import log
from qim3d.utils import log
class UNet(nn.Module):
Loading