Skip to content

Commit

Permalink
more doc cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
alanlujan91 committed Nov 7, 2024
1 parent e5baad5 commit ac2dddd
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions HARK/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,8 @@ def assign_parameters(self, **kwds):
"""
Assign an arbitrary number of attributes to this agent.
Args:
Parameters
----------
**kwds : keyword arguments
Any number of keyword arguments of the form key=value.
Each value will be assigned to the attribute named in self.
Expand All @@ -482,8 +483,9 @@ def get_parameter(self, name):
name : str
The name of the parameter to get
Returns:
value: The value of the parameter
Returns
-------
value : The value of the parameter
"""
return self.parameters[name]

Expand Down

0 comments on commit ac2dddd

Please sign in to comment.