Skip to content

Commit 2bea926

Browse files
committed
fixed indentation
1 parent d7ac196 commit 2bea926

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyspod/weights.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def geo_weights_trapz_3D(lat, lon, R, z, n_vars):
101101

102102

103103
def apply_normalization(X, weights, method='variance'):
104-
'''Normalization of weights if required.'''
104+
'''Normalization of weights if required.'''
105105

106106
# variable-wise normalization by variance via weight matrix
107107
if method.lower() == 'variance':

0 commit comments

Comments
 (0)