Adam Bradley

Results 3 comments of Adam Bradley

I'm encountering the same (or a similar) issue running the first example in [section 2.2 of the MiniZinc Handbook](https://www.minizinc.org/doc-2.5.2/en/modelling2.html) (@vrvarma's workaround works for me): ``` sol = pymzn.minizinc(laplacemodel, solver=pymzn.cbc) ---------------------------------------------------------------------------...

I've fixed this on [my fork](https://github.com/atbradley/blinkstick-python) and submitted a pull request.

I looked at this. It looks like that example was moved to [`/docs/concepts/reask_validation.md`](https://github.com/jxnl/instructor/blob/main/docs/concepts/reask_validation.md), which is probably the right place for it. If the goal is to emphasize what makes Instructor...