Skip to content

Commit 892ff55

Browse files
committed
Fixed changed behavior of last commit
1 parent 429128d commit 892ff55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cma/transformations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1122,8 +1122,8 @@ def from_bounds(x, copy=False):
11221122
return x # not change, no copy
11231123

11241124
if archive is not None:
1125-
archive_y = archive[y]
11261125
try:
1126+
archive_y = archive[y]
11271127
x = archive_y['geno']
11281128
except (KeyError, TypeError):
11291129
x = None

0 commit comments

Comments
 (0)