rename scripts and update readme

This commit is contained in:
QuanyiLi
2023-05-19 14:00:52 +01:00
parent 8d0fc77aa5
commit 1c01e4417e
10 changed files with 22 additions and 22 deletions

View File

@@ -63,15 +63,15 @@ With teh error file, one can build a new database excluding or including the bro
**Existence check**
```
python -m scenarionet.verify_completeness -d /database/to/check --result_save_dir /error/file/path
python -m scenarionet.verify_existence -d /database/to/check --error_file_path /error/file/path
```
**Runnable check**
```
python -m scenarionet.verify_simulation -d /database/to/check --result_save_dir /error/file/path
python -m scenarionet.verify_simulation -d /database/to/check --error_file_path /error/file/path
```
**Generating new database**
```
python -m scenarionet.generate_from_error_file -d /new/database/path --file /error/file/path --broken
python -m scenarionet.generate_from_error_file -d /new/database/path --file /error/file/path
```
### visualization