Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/reference_data' int…
Browse files Browse the repository at this point in the history
…o reference_data
  • Loading branch information
jan-janssen committed Jul 30, 2024
2 parents 031632d + fe3c0d7 commit 92cf77a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions atomistics/referencedata/__init__.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
from atomistics.referencedata.wikipedia import get_elastic_properties as get_elastic_properties_from_wikipedia
from atomistics.referencedata.wikipedia import (
get_elastic_properties as get_elastic_properties_from_wikipedia,
)

try:
from atomistics.referencedata.mendeleev import (
get_chemical_information as get_chemical_information_from_mendeleev
get_chemical_information as get_chemical_information_from_mendeleev,
)
from atomistics.referencedata.wolframalpha import (
get_chemical_information as get_chemical_information_from_wolframalpha
get_chemical_information as get_chemical_information_from_wolframalpha,
)
except ImportError:
__all__ = []
Expand Down

0 comments on commit 92cf77a

Please sign in to comment.