Skip to content

Commit e98db1f

Browse files
authored
Update README.md
1 parent 2c585d0 commit e98db1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ Users may also build highly complex DMD models with PyDMD. Below is an example o
123123
```python3
124124
from pydmd import BOPDMD
125125

126-
# Build a bagging, optimized DMD (BOP-DMD) model.
126+
# Build a Bagging, Optimized DMD (BOP-DMD) model.
127127
# For Optimized DMD (without bagging), use BOPDMD(svd_rank=12, num_trials=0).
128128
bopdmd = BOPDMD(
129129
svd_rank=12, # Rank of the DMD fit.

0 commit comments

Comments
 (0)