-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[docs](test): Update tests documentation
- Loading branch information
Showing
10 changed files
with
38 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
# Generate convergence graph for VFSA | ||
|
||
A convergence graph is a graph of Semblance x iteration | ||
A convergence graph is a graph of Semblance x iteration | ||
|
||
Run this test with scons: | ||
|
||
``` | ||
scons view | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
# Generate a convergence surface - Fixed temp0 | ||
|
||
In this test of parameters fix temp0 and generate a semblance surface of C0 x number of iterations | ||
In this test of parameters fix temp0 and generate a semblance surface of C0 x number of iterations | ||
|
||
Run this test with make: | ||
|
||
``` | ||
make view | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
# Generate a convergence surface - Fixed Number of iterations | ||
|
||
In this test of parameters fix the number of iterations and generate a semblance surface of C0 x temp0 | ||
In this test of parameters fix the number of iterations and generate a semblance surface of C0 x temp0 | ||
|
||
Run this test with make: | ||
|
||
``` | ||
make view | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
# Generate a semblance surface for multi thread execution | ||
|
||
This test generate a semblance surface for number of threads x number of iterations. The parameters temp0 and C0 are fixed | ||
|
||
Run this test with make: | ||
|
||
``` | ||
make view | ||
``` |