Skip to content

Commit 6fc4427

Browse files
authored
Updated location of test_flow.csv GettingStarted_2_QuickStart.md
A statement in the description of Time-series flow was added to indicate that the input time series flow file test_flow.csv is located in the ./examples/ directory
1 parent 916c6be commit 6fc4427

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/GettingStarted_2_QuickStart.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The results are returned in an object with multiple attributes. In the example a
2626

2727
## Time-series usage
2828

29-
HydroGenerate truly shines when used with a time-series. The tool can be used in several applications such as dispatch optimization of hydropower hybrids, techno-economic assessment, nation-wide resource assesment, etc. The best way to utilize the time-series capabilities is through a **pandas dataframe**.
29+
HydroGenerate truly shines when used with a time-series. The tool can be used in several applications such as dispatch optimization of hydropower hybrids, techno-economic assessment, nation-wide resource assesment, etc. The best way to utilize the time-series capabilities is through a **pandas dataframe**. Note: The file data_test.csv used in the examples below is available in the ./examples/ directory of the repository. The Jupyter notebook files for all examples are located in the jugc-docs branch, within the docs folder.
3030

3131
```
3232
# Local imports
@@ -50,4 +50,4 @@ print(name_plate_capacity)
5050
5151
# Print the resulting time-series
5252
print(hp.dataframe_output)
53-
```
53+
```

0 commit comments

Comments
 (0)