-
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.
* update to 1.10 * add compat for Random
- Loading branch information
Showing
19 changed files
with
47 additions
and
43 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name = "MEDYANSimRunner" | ||
uuid = "b58a3b99-22e3-44d1-b5ea-258f082a6fe8" | ||
authors = ["nhz2 <[email protected]>"] | ||
version = "0.5.0" | ||
version = "0.5.1" | ||
|
||
[deps] | ||
ArgCheck = "dce04be8-c92d-5529-be00-80e4d2c0e197" | ||
|
@@ -19,9 +19,15 @@ SmallZarrGroups = "d423b6e5-1c84-4ae2-8d2d-b903aee15ac7" | |
|
||
[compat] | ||
ArgCheck = "2" | ||
Dates = "1" | ||
DeepDiffs = "1" | ||
FileWatching = "1" | ||
InteractiveUtils = "1" | ||
JSON3 = "1" | ||
Logging = "1" | ||
LoggingExtras = "1" | ||
OrderedCollections = "1" | ||
Random = "1" | ||
SHA = "0.7, 1" | ||
SmallZarrGroups = "0.7.1" | ||
julia = "1.9" |
40 changes: 0 additions & 40 deletions
40
test/example/output-ref-1_10/a/logs/2023-10-03T09-54-17_QhkWY1GZP7wr/info.log
This file was deleted.
Oops, something went wrong.
File renamed without changes.
38 changes: 38 additions & 0 deletions
38
test/example/output-ref-1_10/a/logs/2023-11-03T23-04-23_MzQN3WSW4jxG/info.log
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,38 @@ | ||
┌ Info: 2023-11-03T23:04:23 Starting new job. | ||
└ @ MEDYANSimRunner /home/nathan/juliadev/MEDYANSimRunner/src/run-sim.jl:133 | ||
┌ Info: 2023-11-03T23:04:23 Julia Version: 1.10.0-rc1 | ||
│ MEDYANSimRunner Version: 0.5.0 | ||
│ OS: Linux (x86_64-linux-gnu) | ||
│ CPU: AMD Ryzen 7 3700X 8-Core Processor | ||
│ WORD_SIZE: 64 | ||
│ LLVM: libLLVM-15.0.7 (ORCJIT znver2) | ||
│ Threads: 1 on 16 virtual cores | ||
└ @ MEDYANSimRunner /home/nathan/juliadev/MEDYANSimRunner/src/run-sim.jl:134 | ||
┌ Info: 2023-11-03T23:04:23 Setup complete. | ||
└ @ MEDYANSimRunner /home/nathan/juliadev/MEDYANSimRunner/src/run-sim.jl:145 | ||
┌ Info: 2023-11-03T23:04:23 Simulation started. | ||
└ @ MEDYANSimRunner /home/nathan/juliadev/MEDYANSimRunner/src/run-sim.jl:154 | ||
┌ Info: 2023-11-03T23:04:23 step 1 of 11 done | ||
└ @ MEDYANSimRunner /home/nathan/juliadev/MEDYANSimRunner/src/run-sim.jl:167 | ||
┌ Info: 2023-11-03T23:04:23 step 2 of 11 done | ||
└ @ MEDYANSimRunner /home/nathan/juliadev/MEDYANSimRunner/src/run-sim.jl:167 | ||
┌ Info: 2023-11-03T23:04:23 step 3 of 11 done | ||
└ @ MEDYANSimRunner /home/nathan/juliadev/MEDYANSimRunner/src/run-sim.jl:167 | ||
┌ Info: 2023-11-03T23:04:23 step 4 of 11 done | ||
└ @ MEDYANSimRunner /home/nathan/juliadev/MEDYANSimRunner/src/run-sim.jl:167 | ||
┌ Info: 2023-11-03T23:04:23 step 5 of 11 done | ||
└ @ MEDYANSimRunner /home/nathan/juliadev/MEDYANSimRunner/src/run-sim.jl:167 | ||
┌ Info: 2023-11-03T23:04:23 step 6 of 11 done | ||
└ @ MEDYANSimRunner /home/nathan/juliadev/MEDYANSimRunner/src/run-sim.jl:167 | ||
┌ Info: 2023-11-03T23:04:23 step 7 of 11 done | ||
└ @ MEDYANSimRunner /home/nathan/juliadev/MEDYANSimRunner/src/run-sim.jl:167 | ||
┌ Info: 2023-11-03T23:04:23 step 8 of 11 done | ||
└ @ MEDYANSimRunner /home/nathan/juliadev/MEDYANSimRunner/src/run-sim.jl:167 | ||
┌ Info: 2023-11-03T23:04:23 step 9 of 11 done | ||
└ @ MEDYANSimRunner /home/nathan/juliadev/MEDYANSimRunner/src/run-sim.jl:167 | ||
┌ Info: 2023-11-03T23:04:23 step 10 of 11 done | ||
└ @ MEDYANSimRunner /home/nathan/juliadev/MEDYANSimRunner/src/run-sim.jl:167 | ||
┌ Info: 2023-11-03T23:04:23 step 11 of 11 done | ||
└ @ MEDYANSimRunner /home/nathan/juliadev/MEDYANSimRunner/src/run-sim.jl:167 | ||
┌ Info: 2023-11-03T23:04:23 Simulation completed. | ||
└ @ MEDYANSimRunner /home/nathan/juliadev/MEDYANSimRunner/src/run-sim.jl:325 |
File renamed without changes.
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,4 +1,4 @@ | ||
{ | ||
"steps": 11, | ||
"prev_sha256": "cf1c5eaf14608cc3618966e476c4856888afbd1d1df7c8a64bb2b20b80af9996" | ||
"prev_sha256": "b04618e4febac9567aff1b670dbf27c9922545836c7d371bfbb6eedbc71c60f2" | ||
} |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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
8ef9539
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
8ef9539
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/94730
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: