https://github.com/raed667/eventfilegen
[Junk don't use]
https://github.com/raed667/eventfilegen
Last synced: about 2 months ago
JSON representation
[Junk don't use]
- Host: GitHub
- URL: https://github.com/raed667/eventfilegen
- Owner: raed667
- Created: 2016-02-18T19:54:02.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-10T17:34:16.000Z (about 9 years ago)
- Last Synced: 2025-02-03T17:06:08.114Z (4 months ago)
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#NAMED EVENTS SYNCHRONOUS SOURCE FILES GENERATOR
## How it works
This scripts takes a file `source/source.csv` and read each line.
It then generates 4 files (first, second, third).csv for the three events. And 'output.csv' for the expected output.## Test
This is an example of the output of the test script (resTest.py)
```
[Test] Success: Time[0] Value[0]
------------
[Test] Error: Time[1] | realValue[1] - expectedValue[0]
------------
[Test] Error: Time[2] | realValue[0] - expectedValue[1]
------------
Success rate for 3 elements : 33%
```