mirror of
https://github.com/gsi-upm/soil
synced 2025-11-29 11:28:17 +00:00
Improved docs
Fixed several bugs Added convenience methods in soil.analysis
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import random
|
||||
import numpy as np
|
||||
from . import FSM, NetworkAgent, state
|
||||
from . import FSM, state
|
||||
|
||||
|
||||
class SISaModel(FSM, NetworkAgent):
|
||||
class SISaModel(FSM):
|
||||
"""
|
||||
Settings:
|
||||
neutral_discontent_spon_prob
|
||||
|
||||
Reference in New Issue
Block a user