-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from ChitambarLab/v0.1.1
V0.1.1
- Loading branch information
Showing
35 changed files
with
1,064 additions
and
322 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
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# Script Utilities | ||
|
||
A `ScriptUtilities` module is provided in the `./script` directory to assist with | ||
running scripts and logging the results. | ||
This module is treated as separate from SignalingDimension.jl because it includes | ||
several dependencies not needed for the functionality in SignalingDimension.jl. | ||
|
||
## Running Scripts | ||
|
||
The scripts require a few dependencies to run. The most stable way to run these scripts | ||
goes as follows: | ||
* clone this project's git repo and navigate to the root directory `SignalingDimension.jl/`. | ||
* From the project root directory, open a Julia REPL by running the `julia` command. | ||
* Enter `Pkg` mode by entering `]` in the Julia REPL. | ||
* In `Pkg` mode run `pkg> develop --local .` to import the local version of SignalingDimension.jl. | ||
* In `Pkg` mode run `pkg> activate script` to load the script dependencies. | ||
* Hit backspace to exit `Pkg` mode and return to the Julia REPL. | ||
* Finally, run the script with `ARGS = ["--arg1", "value1", "--arg2"]; include("./script/path/to/script.jl")`. | ||
|
||
!!! note "Note" | ||
The `ARGS` array contains string values of positional argument, key-value pairs, | ||
and flags that would be passed in the command line. | ||
To run the same command from the command line, one could alternatively call | ||
`$ julia ./script/path/to/script.jl --arg1 value1 --arg2`. | ||
However, care must be taken to ensure that all dependencies are properly installed. | ||
|
||
## Printing Test Results | ||
|
||
```@docs | ||
print_test_results | ||
capture_test | ||
``` |
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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
[deps] | ||
ArgParse = "c7e460c6-2fb9-53a9-8c5b-16f535851c63" | ||
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a" | ||
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f" | ||
SignalingDimension = "96aab1c2-4ac7-11eb-3d9a-a59b97fb3321" | ||
Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb" | ||
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" | ||
|
||
[compat] | ||
ArgParse = "1.1" | ||
Suppressor = "0.2" | ||
julia = "1" |
14 changes: 14 additions & 0 deletions
14
...t/facet_verifications/results/verify_ambiguous_guessing_facet_2021-02-27T09:09:37.436.txt
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
Version : | ||
|
||
Status `~/.julia/dev/SignalingDimension.jl/script/Project.toml` | ||
[96aab1c2] SignalingDimension v0.1.1 [`..`] | ||
|
||
Test Completed : 2021-02-27T09:09:37.436 | ||
Elapsed Time : 540.417890703 | ||
Test Method : verify_ambiguous_guessing_facet | ||
Test Args : (45) | ||
Test Pass : true | ||
|
||
Test Summary: | Pass Total | ||
Testing all maximum likelihood facets with `Y ∈ [4, 45]` or less. | 903 903 | ||
|
14 changes: 14 additions & 0 deletions
14
script/facet_verifications/results/verify_anti_guessing_facet_2021-02-27T09:18:37.945.txt
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
Version : | ||
|
||
Status `~/.julia/dev/SignalingDimension.jl/script/Project.toml` | ||
[96aab1c2] SignalingDimension v0.1.1 [`..`] | ||
|
||
Test Completed : 2021-02-27T09:18:37.945 | ||
Elapsed Time : 866.942732493 | ||
Test Method : verify_anti_guessing_facet | ||
Test Args : (35) | ||
Test Pass : true | ||
|
||
Test Summary: | Pass Total | ||
Testing all anti-guessing facets of size `(35, 35)` or less. | 5984 5984 | ||
|
14 changes: 14 additions & 0 deletions
14
script/facet_verifications/results/verify_k_guessing_facet_2021-02-27T09:33:04.944.txt
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
Version : | ||
|
||
Status `~/.julia/dev/SignalingDimension.jl/script/Project.toml` | ||
[96aab1c2] SignalingDimension v0.1.1 [`..`] | ||
|
||
Test Completed : 2021-02-27T09:33:04.944 | ||
Elapsed Time : 1437.52935996 | ||
Test Method : verify_k_guessing_facet | ||
Test Args : (12) | ||
Test Pass : true | ||
|
||
Test Summary: | Pass Total | ||
Testing all k-guessing facets with `k > 2`, `d > 2`, and `Y ≤ 12`. | 28 28 | ||
|
14 changes: 14 additions & 0 deletions
14
script/facet_verifications/results/verify_k_guessing_facet_d2_2021-02-27T09:57:02.511.txt
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
Version : | ||
|
||
Status `~/.julia/dev/SignalingDimension.jl/script/Project.toml` | ||
[96aab1c2] SignalingDimension v0.1.1 [`..`] | ||
|
||
Test Completed : 2021-02-27T09:57:02.511 | ||
Elapsed Time : 555.922374002 | ||
Test Method : verify_k_guessing_facet_d2 | ||
Test Args : (24) | ||
Test Pass : true | ||
|
||
Test Summary: | Pass Total | ||
Testing all k-guessing facets with `k = 2` and `Y ≤ 24`. | 21 21 | ||
|
14 changes: 14 additions & 0 deletions
14
script/facet_verifications/results/verify_k_guessing_facet_k2_2021-02-27T10:06:18.557.txt
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
Version : | ||
|
||
Status `~/.julia/dev/SignalingDimension.jl/script/Project.toml` | ||
[96aab1c2] SignalingDimension v0.1.1 [`..`] | ||
|
||
Test Completed : 2021-02-27T10:06:18.557 | ||
Elapsed Time : 404.073366936 | ||
Test Method : verify_k_guessing_facet_k2 | ||
Test Args : (24) | ||
Test Pass : true | ||
|
||
Test Summary: | Pass Total | ||
Testing all k-guessing facets with `k = 2` and `Y ≤ 24`. | 21 21 | ||
|
14 changes: 14 additions & 0 deletions
14
...pt/facet_verifications/results/verify_maximum_likelihood_facet_2021-02-27T10:13:02.68.txt
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
Version : | ||
|
||
Status `~/.julia/dev/SignalingDimension.jl/script/Project.toml` | ||
[96aab1c2] SignalingDimension v0.1.1 [`..`] | ||
|
||
Test Completed : 2021-02-27T10:13:02.68 | ||
Elapsed Time : 594.467665107 | ||
Test Method : verify_maximum_likelihood_facet | ||
Test Args : (45) | ||
Test Pass : true | ||
|
||
Test Summary: | Pass Total | ||
Testing all maximum likelihood facets of size `(45, 45)` or less. | 946 946 | ||
|
Oops, something went wrong.
dedc2d1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JuliaRegistrator register
dedc2d1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Registration pull request created: JuliaRegistries/General/30925
After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.
This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via: