Skip to content

Commit

Permalink
remove mlip dependency from app
Browse files Browse the repository at this point in the history
  • Loading branch information
chiang-yuan committed Jul 12, 2024
1 parent 2c2ea40 commit 49ed44f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion serve/tasks/homonuclear-diatomics.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from plotly.subplots import make_subplots
from scipy.interpolate import CubicSpline

from mlip_arena.models.utils import MLIPMap
# from mlip_arena.models.utils import MLIPMap

st.markdown("# Homonuclear diatomics")

Expand Down
2 changes: 1 addition & 1 deletion serve/tasks/stability.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from plotly.subplots import make_subplots
from scipy.interpolate import CubicSpline

from mlip_arena.models.utils import MLIPMap
# from mlip_arena.models.utils import MLIPMap

st.markdown("# Stability")

Expand Down

0 comments on commit 49ed44f

Please sign in to comment.