Spaces:
Sleeping
Sleeping
Update ag4masses/alphageometry/numericals.py
Browse files
ag4masses/alphageometry/numericals.py
CHANGED
@@ -27,7 +27,7 @@ import numpy as np
|
|
27 |
from numpy.random import uniform as unif # pylint: disable=g-importing-member
|
28 |
import graph as gh
|
29 |
|
30 |
-
matplotlib.use('
|
31 |
|
32 |
|
33 |
ATOM = 1e-12
|
|
|
27 |
from numpy.random import uniform as unif # pylint: disable=g-importing-member
|
28 |
import graph as gh
|
29 |
|
30 |
+
matplotlib.use('Agg')
|
31 |
|
32 |
|
33 |
ATOM = 1e-12
|