Update README.md
Browse files
README.md
CHANGED
@@ -299,7 +299,7 @@ If you plan to use custom datasets, please ensure that your complex channel cont
|
|
299 |
```python
|
300 |
import numpy as np
|
301 |
dataset_repo_url = "https://huggingface.co/datasets/wi-lab/lwm" # Base URL for dataset repo
|
302 |
-
scenario_names = np.array(["city_6_miami])
|
303 |
|
304 |
scenario_idxs = np.array([0]) # Select the scenario index
|
305 |
selected_scenario_names = scenario_names[scenario_idxs]
|
|
|
299 |
```python
|
300 |
import numpy as np
|
301 |
dataset_repo_url = "https://huggingface.co/datasets/wi-lab/lwm" # Base URL for dataset repo
|
302 |
+
scenario_names = np.array(["city_6_miami"])
|
303 |
|
304 |
scenario_idxs = np.array([0]) # Select the scenario index
|
305 |
selected_scenario_names = scenario_names[scenario_idxs]
|