Skip to content

Commit 84cf672

Browse files
Renamed validation to verification in READMEs
1 parent fcce002 commit 84cf672

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

INSTALL.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -36,20 +36,20 @@ To build the Docker container you can run the build script corresponding to your
3636
./build.sh
3737
```
3838

39-
## Validation & Expected Output
39+
## Verification & Expected Output
4040

41-
### Running the Validation
42-
To run the validation you can run the script corresponding to your OS with `validation` as first argument. The validation should take about 10-20 minutes depending on your hardware.
41+
### Running the Verification
42+
To run the verification you can run the script corresponding to your OS with `verification` as first argument. The verification should take about 10-20 minutes depending on your hardware.
4343
```
4444
# Windows:
45-
.\execute.bat validation
45+
.\execute.bat verification
4646
# Linux/Mac (bash):
47-
./execute.sh validation
47+
./execute.sh verification
4848
```
49-
The results of the validation will be stored in the [results](results) directory.
49+
The results of the verification will be stored in the [results](results) directory.
5050

51-
### Expected Output of the Validation
52-
The aggregated results of the validation can be found in the following files.
51+
### Expected Output of the Verification
52+
The aggregated results of the verification can be found in the following files.
5353

5454
- The [speed statistics](results/difftrees/speedstatistics.txt) contain information about the total runtime, median runtime, mean runtime, and more:
5555
```
@@ -96,7 +96,7 @@ The aggregated results of the validation can be found in the following files.
9696
#Error[not all annotations closed]: 6
9797
```
9898

99-
(Note that the above links only have a target after running the validation.)
99+
(Note that the above links only have a target after running the verification.)
100100
The processing times might deviate.
101101

102102
## Troubleshooting
@@ -111,7 +111,7 @@ The processing times might deviate.
111111

112112
`Fix:` Follow the instructions described above in the section `Build the Docker Container`.
113113

114-
### No results after validation, or 'cannot create directory '../results/difftrees': Permission denied'
114+
### No results after verification, or 'cannot create directory '../results/difftrees': Permission denied'
115115
`Problem:` This problem can occur due to how permissions are managed inside the Docker container. More specifically, it will appear, if Docker is executed with elevated permissions (i.e., `sudo`) and if there is no [results](results) directory because it was deleted manually. In this case, Docker will create the directory with elevated permissions, and the Docker user has no permissions to access the directory.
116116

117117
`Fix:` If there is a _results_ directory delete it with elevated permission (e.g., `sudo rm -r results`).

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ To execute the replication you can run the _execute_ script corresponding to you
4545

4646
> ! The replication will at least require an hour and might require up to a day depending on your system.
4747
> Therefore, we offer a short validation (5-10 minutes) which runs _DiffDetective_ on only four of the datasets.
48-
> You can run it by providing "validation" as argument instead of "replication" (i.e., ./execute.sh validation).
48+
> You can run it by providing "validation" as argument instead of "replication" (i.e., `./execute.sh verification`).
4949
> If you want to stop the replication, you can call the provided script for stopping the container. Note that you will have to restart the entire replication, if you stop it at any point.
5050
> #### Windows:
5151
> `.\stop-execution.bat`

0 commit comments

Comments
 (0)