Skip to content

Commit 50e7994

Browse files
committed
Updated rmg
1 parent 7780a34 commit 50e7994

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

molecule/rmg/pdep.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ def solve_ss_network(self, T, P):
454454
if any(c <= 0.0):
455455
c, rnorm = opt.nnls(A, b)
456456

457-
c = c.astype(np.float64)
457+
c = c.astype(float)
458458
except: # fall back to raw flux analysis rather than solve steady state problem
459459
return None
460460

0 commit comments

Comments
 (0)