Skip to content

Commit 4359e07

Browse files
authored
Implicit import of scipy modules is needed
1 parent 574ba0f commit 4359e07

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flows.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
import numpy as np
55
import scipy as sp
6+
import scipy.linalg
67
import torch
78
import torch.nn as nn
89
import torch.nn.functional as F

0 commit comments

Comments
 (0)