@@ -23,7 +23,7 @@ Make sure you have all required Pyhon packages installed with:
23
23
pip install -r requirements-3.8.txt
24
24
```
25
25
26
- Requirements are divided into ` LBAF dependencies ` and ` LBAF testing ` .
26
+ Requirements are divided into ` LBAF dependencies ` and ` LBAF testing ` .
27
27
28
28
` LBAF dependencies ` are needed in order to LBAF to work.
29
29
@@ -88,7 +88,7 @@ python JSON_data_files_validator.py --dir_path=<project-path>/data/8color-4node
88
88
89
89
# Optionally one could pass --file_prefix and/or --file_suffix
90
90
# When one passes files with given prefix/suffix or both will be validated
91
- # When no prefix and suffix will be given validator will find most common prefix and suffix in the directory
91
+ # When no prefix and suffix will be given validator will find most common prefix and suffix in the directory
92
92
# and will use them for validation process
93
93
python JSON_data_files_validator.py --dir_path=../../data/8color-4node --file_prefix=data --file_suffix=json
94
94
```
@@ -109,8 +109,8 @@ VT data Extractor is located in:
109
109
* ` input_data_dir ` : str - path to dir with files to extract e.g. ` "../data/<dir-with-files>" `
110
110
* ` output_data_dir ` : str - path to dir where files should be saved e.g. ` "../output" ` (will be created when doesn't exist)
111
111
* ` phases_to_extract ` : list - list of phases ` [int or str] ` e.g. ` [0, 1, "2-4"] ` will extract phases ` [0, 1, 2, 3, 4] `
112
- * ` file_prefix ` : str - data file prefix e.g. if filename is ` stats.0.json ` , then prefix should be set to "stats"
113
- * ` file_suffix ` : str - data file suffix e.g. if filename is ` stats.0.json ` , then suffix should be set to "json"
112
+ * ` file_prefix ` : str - data file prefix e.g. if filename is ` stats.0.json ` , then prefix should be set to "stats"
113
+ * ` file_suffix ` : str - data file suffix e.g. if filename is ` stats.0.json ` , then suffix should be set to "json"
114
114
* ` compressed ` : bool - when True, brotli must be imported and then output data will be compressed
115
115
* ` schema_type ` : str - should be ` "LBDatafile" ` or ` "LBStatsfile" ` depends on input data. Only ` "LBStatsfile" ` is supported
116
116
* ` check_schema ` : bool - when True, validates schema (more time-consuming)
0 commit comments