Skip to content

Commit 597aad0

Browse files
committed
BUG: fix method call for post-processing in InfinityEncoder
1 parent 2f36252 commit 597aad0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def default(self, o):
7373
mutate_self=False,
7474
)
7575
if isinstance(obj, Flight):
76-
obj._Flight__evaluate_post_process()
76+
obj._Flight__evaluate_post_process
7777
solution = np.array(obj.solution)
7878
size = len(solution)
7979
if size > 25:

0 commit comments

Comments
 (0)