Skip to content

Commit 95d82aa

Browse files
committed
trigger
1 parent 41f802c commit 95d82aa

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

rxn_rebuild/rxn_rebuild.py

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -177,15 +177,15 @@ def check_compounds_number(
177177
logger.warning(' |- '+rxn_name_2+' ['+side+']: ' + str(rxn_2[side]))
178178

179179

180-
def __round_stoichio(
181-
value: float,
182-
cmpd_id: str,
183-
logger: Logger = getLogger(__file__)
184-
) -> int:
185-
r_value = round(value)
186-
if r_value != value:
187-
logger.warning(f' + Stoichometric coefficient for {cmpd_id} ({value}) has been rounded.')
188-
return r_value
180+
# def __round_stoichio(
181+
# value: float,
182+
# cmpd_id: str,
183+
# logger: Logger = getLogger(__file__)
184+
# ) -> int:
185+
# r_value = round(value)
186+
# if r_value != value:
187+
# logger.warning(f' + Stoichometric coefficient for {cmpd_id} ({value}) has been rounded.')
188+
# return r_value
189189

190190

191191
def build_final_transfo(

0 commit comments

Comments
 (0)