File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -106,31 +106,31 @@ interactive_interface()
106106Run the data generation routine from the command line:
107107
108108` ` ` bash
109- gridfm-datakit generate path/to/config.yaml
109+ gridfm_datakit generate path/to/config.yaml
110110` ` `
111111
112112# ## Validate Data
113113
114114Validate generated power flow data for integrity and physical consistency:
115115
116116` ` ` bash
117- gridfm-datakit validate /path/to/data/ [--n-partitions 100] [--sn-mva 100]
117+ gridfm_datakit validate /path/to/data/ [--n-partitions 100] [--sn-mva 100]
118118` ` `
119119
120120# ## Compute Statistics
121121
122122Generate statistics plots from generated data:
123123
124124` ` ` bash
125- gridfm-datakit stats /path/to/data/ [--n-partitions 100] [--sn-mva 100]
125+ gridfm_datakit stats /path/to/data/ [--n-partitions 100] [--sn-mva 100]
126126` ` `
127127
128128# ## Plot Feature Distributions
129129
130130Create violin plots for bus feature distributions:
131131
132132` ` ` bash
133- gridfm-datakit plots /path/to/data/ [--n-partitions 100] [--output-dir DIR] [--sn-mva 100]
133+ gridfm_datakit plots /path/to/data/ [--n-partitions 100] [--output-dir DIR] [--sn-mva 100]
134134` ` `
135135
136136# # Configuration Overview
You can’t perform that action at this time.
0 commit comments