Guest User

Untitled

a guest
Dec 13th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. diff --git a/sage/interfaces/jmoldata.py b/sage/interfaces/jmoldata.py
  2. --- a/sage/interfaces/jmoldata.py
  3. +++ b/sage/interfaces/jmoldata.py
  4. @@ -80,6 +80,8 @@
  5. sage: type(JData.is_jvm_available())
  6. <type 'bool'>
  7. """
  8. + # This is not working for some reason on mod.math.washington.edu
  9. + return False
  10. #scratch file for Jmol errors and status
  11. jmolscratch = os.path.join(DOT_SAGE, "sage_notebook.sagenb", "jmol_scratch")
  12. if not os.path.exists(jmolscratch):
Add Comment
Please, Sign In to add comment