#12299: Advance Jmol Interactive Features in Flask Notebook
------------------------------------------------------------+---------------
       Reporter:  gutow                                     |         Owner:  
jason, mpatel, was                                        
           Type:  enhancement                               |        Status:  
needs_review                                              
       Priority:  major                                     |     Milestone:  
sage-5.2                                                  
      Component:  notebook                                  |    Resolution:    
                                                        
       Keywords:  Jmol, 3D, notebook                        |   Work issues:    
                                                        
Report Upstream:  Workaround found; Bug reported upstream.  |     Reviewers:  
Karl-Dieter Crisman, Steven Trogdon, Punarbasu Purkayastha
        Authors:  Jonathan Gutow                            |     Merged in:    
                                                        
   Dependencies:  #11080,#11078,#11503                      |      Stopgaps:    
                                                        
------------------------------------------------------------+---------------

Comment (by gutow):

 Replying to [comment:102 jhpalmieri]:
 > For me, one `os.path.exists` test fails: line 164 in jmoldata.py. When I
 run it by hand, the file is not created. I edited jmoldata.py, removing
 `stdout=jout` in the `subprocess.call` line, and I see this when I try to
 run it by hand:
 > {{{
 > sage: JData.export_image(targetfile =testfile,datafile = script,
 image_type="PNG")
 > Error occurred during initialization of VM
 > Incompatible minimum and maximum heap sizes specified
 > }}}
 > Does that help to track down the problem?
 Thanks for reporting this.  I cannot reproduce this error once I fix the
 double backslash issue in the tests.  However, it suggests I should to be
 more careful about how I specify the memory allocation for the JVM.  I
 will set a maximum, rather than a minimum.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/12299#comment:104>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sage-trac?hl=en.

Reply via email to