Spaces:
Running
Running
try if mattersim works now
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
|
@@ -27,7 +27,7 @@ import sys
|
|
| 27 |
import pkg_resources
|
| 28 |
from ase.vibrations import Vibrations
|
| 29 |
import matplotlib.pyplot as plt
|
| 30 |
-
mattersim_available =
|
| 31 |
if mattersim_available:
|
| 32 |
from mattersim.forcefield import MatterSimCalculator
|
| 33 |
# try:
|
|
|
|
| 27 |
import pkg_resources
|
| 28 |
from ase.vibrations import Vibrations
|
| 29 |
import matplotlib.pyplot as plt
|
| 30 |
+
mattersim_available = True
|
| 31 |
if mattersim_available:
|
| 32 |
from mattersim.forcefield import MatterSimCalculator
|
| 33 |
# try:
|