You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 21, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: osi-data-checker/README.md
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -9,18 +9,18 @@ The first file is treated as a benchmark for the second file.
9
9
10
10
The script should be run with python 2.7.
11
11
The script expect at least two positional arguments. Both of those are osi-encoded messages.
12
-
Thi first file is treated as a benchmark.
12
+
The first file is treated as a benchmark.
13
13
14
-
It can be run using the following command.
15
-
./compare_data.py input.txt input_2.txt
14
+
It can be run using the following command: <br />
15
+
*./compare_data.py input.txt input_2.txt* <br />
16
16
Because the parsing of the file takes significant amount of time it is recommended, at least for the initial tests, to restrict number of read messages.
17
17
18
18
19
19
20
20
### Command line options
21
-
-help -h Display help
22
-
-v Verbose mode - Display more informations
23
-
-rlread line limit Limits the number of lines read from the input file. If set, only firs first X number of osi messages will be read.
21
+
*-h -help* Display help <br />
22
+
*-v* "verbose mode", Display more informations <br />
23
+
*-rl* "read line limit", Limits the number of lines read from the input file. If set, only firs first X number of osi messages will be read.
24
24
25
25
26
26
### Dependencies
@@ -29,4 +29,4 @@ The script is written for python 2.7.
0 commit comments