Skip to content

Commit 9c77523

Browse files
authored
Fix pod_block.py
1 parent 3a7a4a0 commit 9c77523

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pina/model/block/pod_block.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
"""Module for Base Continuous Convolution class."""
22

33
import torch
4+
import warnings
45

56

67
class PODBlock(torch.nn.Module):

0 commit comments

Comments
 (0)