Skip to content
Snippets Groups Projects

Refactor tests for processing and adapt it to new library structure, plus fix...

Merged fima requested to merge tests_merge_fix 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