Skip to content

Commit 2f9785b

Browse files
committed
Updated Compartment object to get rid or write_expr boolean
1 parent 99b3ba3 commit 2f9785b

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

bionetgen/modelapi/structs.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,6 @@ class Compartment(ModelObj):
132132
size/volume of the compartment
133133
outside : str
134134
parent compartment, if exists
135-
write_expr : bool
136-
boolean that describes if the size is a volume or an expression
137135
"""
138136

139137
def __init__(self, name, dim, size, outside=None):

0 commit comments

Comments
 (0)