Closed mtanneau closed 1 month ago
That is expected; this data is meant to only be used internally for testing -- it has only 100 samples. If for some reason you really want to use this data, you can set the test_set_size
kwarg to something small like in the tests:
https://github.com/AI4OPT/ML4OPF/blob/ad4ee4a73525b41e7927ab2c4f5d90495ccacbc8/tests/formulations/acp/test_acp_model.py#L12
I tried to import data from the sample
300_ieee
data intests/test_data
, following the starter code provided in the README:this raised the following error:
I guess this is because the sample data contains less than the default 5000 points expected by the parser.
I did not encounter any issue with the
14_ieee
sample data intests/test_data/OPDFdata