Skip to content

Commit 2c641f6

Browse files
Update optimal_transport_reweighting.py
1 parent 0964232 commit 2c641f6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

DeterministicParticleFlowControl/reweighting/optimal_transport_reweighting.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77

88

99
# optimal transport multidimensional reweighting
10-
11-
import numpy as np
1210
from pyemd import emd_with_flow
11+
import numpy as np
12+
1313
from scipy.spatial.distance import pdist, squareform
1414

1515
__all__ = ["reweight_optimal_transport_multidim"]

0 commit comments

Comments
 (0)