We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 041ed76 commit a8d68afCopy full SHA for a8d68af
HARK/core.py
@@ -819,7 +819,7 @@ class AgentType(Model):
819
can be created even if not all of its attributes can be constructed.
820
use_defaults : bool
821
Indicator for whether this instance should use the values in the class'
822
- default_ dictionary to fill in parameters and constructors for those not
+ default dictionary to fill in parameters and constructors for those not
823
provided by the user (default True). Setting this to False is useful for
824
situations where the user wants to be absolutely sure that they know what
825
is being passed to the class initializer, without resorting to defaults.
0 commit comments