AI4OPT / OPFGenerator

Instance generator for OPF problems
MIT License
2 stars 3 forks source link

Re-organize `test/sampler.jl` #98

Open mtanneau opened 1 week ago

mtanneau commented 1 week ago

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:

klamike commented 1 week ago

Ideally we can address #99 together with this (when moving exp/sampler.jl to source)

mtanneau commented 1 week ago

I'll get started on moving exp/sampler.jl to source.