Skip to content

Commit

Permalink
Merge branch 'master' into cubic_anis
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcortesortuno committed Jan 31, 2024
2 parents 1f737a7 + 7e10695 commit f06afc0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions fidimag/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
import os
import sys
import platform

try:
from . import extensions
from . import atomistic
from . import micro
from . import common
citation = common.citation
except ImportError as e:
Expand Down

0 comments on commit f06afc0

Please sign in to comment.