Constants
Soft coded centalized constants
get_province_names()
HACK to make it possible for pytest to generate a smaller network
Raises:
| Type | Description |
|---|---|
ValueError
|
if the PROV_NAMES is not a list or str |
Returns:
| Name | Type | Description |
|---|---|---|
list |
list
|
the province node names to build the network |
Source code in workflow/scripts/constants.py
69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 | |