Skip to content

Commit

Permalink
remove breakpoint from test
Browse files Browse the repository at this point in the history
  • Loading branch information
yoelcortes committed Jan 30, 2024
1 parent 4c65749 commit 82f0beb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion biosteam/_system.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ def solve(self):
try:
values = solve(A, b).T
except Exception as e:
breakpoint()
for i in self.A:
print('--')
for i, j in i.items():
Expand Down

0 comments on commit 82f0beb

Please sign in to comment.