Closed gasse closed 2 years ago
To reproduce:
import ecole environment = ecole.environment.Branching() instance = next(ecole.instance.SetCoverGenerator()) environment.step(0)
In the stack trace, I see our exception Exception("Environment need to be reset."). The attribute error is strange though...
Exception("Environment need to be reset.")
To reproduce: