Skip to content

Commit 0805b77

Browse files
committed
remove breakpoint
1 parent b8b311c commit 0805b77

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

biosteam/units/stage.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3392,7 +3392,6 @@ def hot_start(self):
33923392
self._point_shape = (N_stages, 2 * N_chemicals + 1)
33933393
record = self.iteration_memory * [empty]
33943394
x = self._get_point()
3395-
breakpoint()
33963395
record[0] = IterationResult(1, x, self._objective(x))
33973396
self._iteration_record = record = deque(record)
33983397
return x

0 commit comments

Comments
 (0)