ds4dm / ecole

Extensible Combinatorial Optimization Learning Environments
https://www.ecole.ai
BSD 3-Clause "New" or "Revised" License
318 stars 68 forks source link

Example corrupts with segmentation fault. #342

Closed ben-xj closed 2 years ago

ben-xj commented 2 years ago

Describe the bug

When running the example ecole/examples/configuring-bandits/example.ipynb, the program corrupts saying "3807 segmentation fault", either when training or evaluating.

Setting

To Reproduce

simply by running conda install -c conda-forge ecole pyscipopt, and running the example script, i received the error above.

Expected behavior

the program running without corruption.., which i succeeded once, when setting the test_n_bids to 150.

Additional context

pyscipopt 3.4.0 scip 7.0.3

gasse commented 2 years ago

Hi @ben-xj , could you try again with the latest version of ecole (0.8.1) ?

ben-xj commented 2 years ago

Hi @ben-xj , could you try again with the latest version of ecole (0.8.1) ?

Thanks, it works!