Skip to content

Commit 6966665

Browse files
authored
Merge pull request #14 from deniskamazur/patch-3
Implicit import of scipy modules is needed
2 parents 574ba0f + 4359e07 commit 6966665

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)