Skip to content

Commit

Permalink
improve documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
sarangbhagwat committed Oct 31, 2024
1 parent cabcda5 commit 41f8f5b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions biosteam/evaluation/_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -1300,7 +1300,7 @@ def f(x):
class EasyInputModel(Model):
"""
Create an EasyInputModel object that allows for evaluation over a sample space
using the Model class, with input parameter distributions and load functions
using the Model class, with input parameter distributions and load statements
entered using a spreadsheet file or DataFrame object.
Parameters
Expand Down Expand Up @@ -1360,7 +1360,8 @@ def load_parameter_distributions(self, distributions,):
initialization may be accessed.
E.g., to load a value into an example distillation unit D101's light key recovery,
ensure 'D101' is a key pointing to the D101 unit object in namespace_dict, then
simply include the load statement: 'D101.Lr = x'.
simply include the load statement: 'D101.Lr = x'. New lines in the statement
may be represented by '\n' or ';'.
"""

Expand Down

0 comments on commit 41f8f5b

Please sign in to comment.