Open kbarros opened 3 months ago
The interface to Sunny is evolving, and many of our tutorials fall out of date. Our tutorials should begin with a version check. Following the Julia docs for version literals, one could use:
@assert v"0.6.1" <= pkgversion(Sunny) < v"0.7-"
The interface to Sunny is evolving, and many of our tutorials fall out of date. Our tutorials should begin with a version check. Following the Julia docs for version literals, one could use: