Skip to content

Commit

Permalink
import fix because file had name of fn
Browse files Browse the repository at this point in the history
  • Loading branch information
smiet committed Nov 12, 2024
1 parent 23adad1 commit dfb5942
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 30 deletions.
3 changes: 2 additions & 1 deletion src/simsopt/util/__init__.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import os

from .helper_coils import *
from .mpi import *
from .logger import *
from .famus_helpers import *
from .polarization_project import *
from .permanent_magnet_helper_functions import *
from .current_along_z import *

"""Boolean indicating if we are in the GitHub actions CI"""
in_github_actions = "CI" in os.environ and os.environ['CI'].lower() in ['1', 'true']
Expand All @@ -16,5 +16,6 @@
+ famus_helpers.__all__
+ polarization_project.__all__
+ permanent_magnet_helper_functions.__all__
+ helper_coils.__all__
+ ['in_github_actions']
)
29 changes: 0 additions & 29 deletions src/simsopt/util/current_along_z.py

This file was deleted.

0 comments on commit dfb5942

Please sign in to comment.