Skip to content

Commit

Permalink
temporarily disable mADM1 on main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
joyxyz1994 committed Oct 23, 2024
1 parent 8c2998e commit 93a1535
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 790 deletions.
6 changes: 3 additions & 3 deletions qsdsan/processes/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def __init__(self):
from ._asm2d import *
from ._adm1 import *
from ._adm1_p_extension import *
from ._madm1 import *
# from ._madm1 import *
from ._decay import *
from ._kinetic_reaction import *
from ._pm2 import *
Expand All @@ -74,7 +74,7 @@ def __init__(self):
_asm2d,
_adm1,
_adm1_p_extension,
_madm1,
# _madm1,
_decay,
_kinetic_reaction,
_pm2
Expand All @@ -86,7 +86,7 @@ def __init__(self):
*_asm2d.__all__,
*_adm1.__all__,
*_adm1_p_extension.__all__,
*_madm1.__all__,
# *_madm1.__all__,
*_decay.__all__,
*_kinetic_reaction.__all__,
*_pm2.__all__,
Expand Down
Loading

0 comments on commit 93a1535

Please sign in to comment.