debugged journal_soup_basin experiment

This commit is contained in:
ru43zex
2021-06-07 11:12:59 +03:00
parent 7e231b5b50
commit 987d7b95f3
3 changed files with 44 additions and 24 deletions

View File

@ -79,6 +79,7 @@ def test_for_fixpoints(fixpoint_counter: Dict, nets: List, id_functions=None):
def changing_rate(x_new, x_old):
return x_new - x_old
def test_status(net: Net) -> Net:
if is_divergent(net):