-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Labels
component - decompositionthings related to the decomposition routine implemented in the main executable, `bertini_real`things related to the decomposition routine implemented in the main executable, `bertini_real`component - matlab plottingnature - bug
Description
for the example x^2+y^2=0, the decomposition runs fine, but the matlab code chokes. here's the error:
bertini_real_plotter
Index exceeds matrix dimensions.
Error in bertini_real_plotter/sphere_plot (line 4)
center = real(br_plotter.BRinfo.center(br_plotter.indices));
Error in bertini_real_plotter/curve_plot (line 38)
sphere_plot(br_plotter);
Error in bertini_real_plotter/plot (line 292)
curve_plot(br_plotter);
Error in bertini_real_plotter (line 131)
plot(br_plotter);
to be fair, it's not matlab's fault. the center is in fact empty.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
component - decompositionthings related to the decomposition routine implemented in the main executable, `bertini_real`things related to the decomposition routine implemented in the main executable, `bertini_real`component - matlab plottingnature - bug