-
Notifications
You must be signed in to change notification settings - Fork 0
lazy artifacts, matpower, default types #13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
|
||
| [deps] | ||
| Artifacts = "56f22d72-fd6d-98f1-02f0-08ddc0907c33" | ||
| LazyArtifacts = "4af54fe1-eca0-43a8-85a7-787d91b784e3" |
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.
Do we still need LazyArtifacts? This package seems to be archived
benchmark/runbenchmarks.jl
Outdated
| using ExaPowerIO, BenchmarkTools, PowerModels, PGLib, Profile, PProf, Logging, JLD2 | ||
| using BenchmarkTools, PowerModels, PGLib, Profile, PProf, Logging, JLD2, Pkg | ||
|
|
||
| Pkg.activate("..") |
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.
If we're gonna activate .., there's no point in having a separate Project.toml. You can add ExaPowerIO in Project.toml without specifying the compat. Or, you can use the path [source] entrie within https://pkgdocs.julialang.org/v1/toml-files/#The-[sources]-section
sshin23
left a comment
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.
Good to merge once the comments are addressed
this pr addresses issues:
#12
#11
#10
#9