Skip to content

Commit 2e6bf47

Browse files
committed
Update docs
1 parent d7333f7 commit 2e6bf47

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/prog_client/session.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,19 @@
1212

1313
class Session:
1414
"""
15-
Create a new Session in `prog_server`.
15+
Create a new Session in `prog_server`
1616
1717
Args:
1818
model (str): The model to use for this session (e.g., batt)
19-
host (str, optional): Host address for PaaS Service. Defaults to '127.0.0.1'.
19+
host (str, optional): Host address for PaaS Service. Defaults to '127.0.0.1'
2020
port (int, optional): Port for PaaS Service. Defaults to 5000.
2121
model_cfg (dict, optional): Configuration for ProgModel.
2222
x0 (dict, optional): Initial state for ProgModel.
2323
load_est (str, optional): Load estimator to use.
2424
load_est_cfg (dict, optional): Configuration for load estimator.
25-
state_est (str, optional): State Estimator to use (e.g., ParticleFilter). Class name for state estimator in `prog_algs.state_estimators`
25+
state_est (str, optional): State Estimator to use (e.g., ParticleFilter). Class name for state estimator in `progpy.state_estimators`
2626
state_est_cfg (dict, optional): Configuration for state estimator.
27-
pred (str, optional): Prediction algorithm to use (e.g., MonteCarlo). Class name for prediction algorithm in `prog_algs.predictors`
27+
pred (str, optional): Prediction algorithm to use (e.g., MonteCarlo). Class name for prediction algorithm in `progpy.predictors`
2828
pred_cfg (dict, optional): Configuration for prediction algorithm.
2929
3030
Use:

0 commit comments

Comments
 (0)