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
OutputStyle=>"OutPoints",--{"OutPoints","OutSolutions","OutNone"}--The output can be lists of Points (A muteable hash table), or lists of Solutions (list of complex numbers that are coordinates), or can be None (All information is stored on as a text file in the directory where the computation was ran).
TopDirectory=>storeBM2Files,
Which results in the documentation changing every time:
TopDirectory => ..., default value "/tmp/M2-2629113-0/0", Option to change directory for file storage.
It's not the worst thing, but also not ideal I would think.
The way the package is set up, it fixes some global variables upon load:
M2/M2/Macaulay2/packages/Bertini.m2
Lines 202 to 214 in 2565455
Then, for instance,
storeBM2Files
gets used as default value of options:M2/M2/Macaulay2/packages/Bertini.m2
Lines 433 to 436 in 2565455
Which results in the documentation changing every time:
It's not the worst thing, but also not ideal I would think.
cc: @antonleykin
The text was updated successfully, but these errors were encountered: