We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2f860e0 + 40eb91d commit 4e5e8c0Copy full SHA for 4e5e8c0
1 file changed
Readme.md
@@ -54,7 +54,7 @@ with HecDss(file_path) as dss:
54
print(data)
55
data.values = data.values * 2
56
# Save changes to DSS file
57
- dss.put(data_path)
+ dss.put(data)
58
```
59
60
### Irregular TimeSeries Data
0 commit comments