Skip to content

Commit

Permalink
Port CVI code and tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AP6YC committed Mar 31, 2021
1 parent 8055c2c commit 682946f
Show file tree
Hide file tree
Showing 13 changed files with 7,199 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,15 @@ version = "0.1.0"

[deps]
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"

[compat]
julia = "1"

[extras]
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test", "SafeTestsets", "DelimitedFiles"]

0 comments on commit 682946f

Please sign in to comment.