Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
fxcoudert committed Apr 12, 2024
1 parent f7c100b commit a3a05cb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions src/ELATE/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# -*- coding: utf-8 -*-

from .elastic import Elastic2D, Elastic, ElasticOrtho
from .elate import ELATE, ELATE_MaterialsProject, plot3D, wait3D
2 changes: 1 addition & 1 deletion src/ELATE/elate.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import numpy as np
from scipy import optimize

import elastic
from ELATE import elastic

__author__ = "Romain Gaillac and François-Xavier Coudert"
__version__ = "2024.03.15"
Expand Down
2 changes: 1 addition & 1 deletion tests/test_init_1.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@


def test_init_1():
import elastic
import ELATE

0 comments on commit a3a05cb

Please sign in to comment.