File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed
Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 11from biodivine_aeon import *
22import sys
33
4- import biodivine_aeon
5-
6- biodivine_aeon .LOG_LEVEL = biodivine_aeon .LOG_NOTHING
4+ import logging
5+ logging .basicConfig (level = logging .INFO )
76
87# This script computes the attractors of a single,
98# fully specified Boolean network. This includes both fixed points
Original file line number Diff line number Diff line change 11from biodivine_aeon import *
22import sys
33
4- import biodivine_aeon
5-
6- biodivine_aeon .LOG_LEVEL = biodivine_aeon .LOG_NOTHING
4+ import logging
5+ logging .basicConfig (level = logging .INFO )
76
87# This script computes the non-trivial SCCs of a single,
98# fully specified Boolean network. This *does not* include fixed points,
Original file line number Diff line number Diff line change 11from biodivine_aeon import *
22import sys
33
4+ import logging
5+ logging .basicConfig (level = logging .INFO )
6+
47# This file provides functionality that is equivalent to the `stability_analysis` feature in the AEON
58# online interface
69
You can’t perform that action at this time.
0 commit comments