You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
03-dcp: pre-render the visualize() example until CVXR 1.9.3 lands
CVXR 1.9.2 errors on this exact call ("values must be length 1"): the
sqrt -> SOC change gave power atoms exact rational exponents, which the
visualizer's formatter mishandles (length-16 vector from gmp's format).
Fixed upstream for 1.9.3. Until that is on CRAN, the chunk is eval:false
with a callout explaining why, and the output is the genuine result from
the fixed build (captured locally 2026-08-24). This also unbreaks the CI
macOS leg, which already receives the CRAN 1.9.2 binary and died on this
chunk (run 32768940810); the ubuntu publish leg would have followed once
P3M serves 1.9.2. Restoration recipe in the HTML comment.
0 commit comments