Skip to content

Commit a4ecbf4

Browse files
committed
Fixed typo
1 parent 5a5e561 commit a4ecbf4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,8 @@ results = rc_pipeline.get_rc_results()
145145

146146
#### Get reservoir metrics
147147
```python
148+
rc_pipeline.define_input(target_values)
149+
148150
nl = rc_pipeline.get_non_linearity()
149151
lmc = rc_pipeline.get_linear_memory_capacity()[0]
150152
```

prcpy/RC/Pipeline_RC.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ class Pipeline():
1313
"""
1414

1515
def __init__(self, data_dir_path: str, prefix: str, process_params: dict[str, any]):
16-
1716
process_param_list = ["remove_bg", "smooth", "cut_xs", "normalize_local", "normalize_global", "sample"]
1817

1918
if process_params["transpose"] == True:

0 commit comments

Comments
 (0)