You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are starting to saturate test/sampler.jl, which currently includes unit tests for the data sampling code, and functional tests for the data-generation (OPF sampling and solving).
It would be good to separate those.
On top of my head:
tests for update! of OPF models should go with their respective formulations
tests for data distributions and sampling should be isolated, and preferably moved to a test/sampler folder (mimicking the structure of the source code)
tests for data generation (sampling and solving OPF instances) should be isolated too. It's less clear to me what this should look like.
I'm thinking we might want to move code currently in exp/sampler.jl to source code.
The text was updated successfully, but these errors were encountered:
We are starting to saturate
test/sampler.jl
, which currently includes unit tests for the data sampling code, and functional tests for the data-generation (OPF sampling and solving).It would be good to separate those.
On top of my head:
update!
of OPF models should go with their respective formulationstest/sampler
folder (mimicking the structure of the source code)I'm thinking we might want to move code currently in
exp/sampler.jl
to source code.The text was updated successfully, but these errors were encountered: