Skip to content

Commit 345eb5a

Browse files
committed
Update conversion_cone.py
1 parent b599314 commit 345eb5a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ecmtool/conversion_cone.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -300,9 +300,6 @@ def post_process_rays(G, rays, linearity_rays, external_metabolites, extended_ex
300300
rays_inflated = inflate_matrix(rays, extended_external_metabolites,
301301
amount_metabolites + len(in_out_metabolites))
302302

303-
if verbose:
304-
print('Removing non-unique rays')
305-
306303
# Merge bidirectional metabolites again, and drop duplicate rows
307304
if not only_rays:
308305
rays_inflated[:, in_out_metabolites] = np.subtract(rays_inflated[:, in_out_metabolites],

0 commit comments

Comments
 (0)