Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
ToolBox
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SCS
ToolBox
Commits
67b84d7f
Commit
67b84d7f
authored
3 years ago
by
Cammille Carinan
Browse files
Options
Downloads
Patches
Plain Diff
Use absolute import on module alias
parent
9a8291a1
No related branches found
No related tags found
2 merge requests
!110
WIP: Add docs on how to use ToolBox with Jupyter notebooks on Maxwell
,
!106
Refactor packaging
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/toolbox_scs/__init__.py
+1
-1
1 addition, 1 deletion
src/toolbox_scs/__init__.py
src/toolbox_scs/routines/__init__.py
+2
-2
2 additions, 2 deletions
src/toolbox_scs/routines/__init__.py
with
3 additions
and
3 deletions
src/toolbox_scs/__init__.py
+
1
−
1
View file @
67b84d7f
...
...
@@ -2,7 +2,7 @@ from .constants import *
from
.detectors
import
*
# Module name is the same as a child function, we use alias to avoid conflict
import
load
as
load_module
import
toolbox_scs.
load
as
load_module
from
.load
import
*
from
.misc
import
*
...
...
This diff is collapsed.
Click to expand it.
src/toolbox_scs/routines/__init__.py
+
2
−
2
View file @
67b84d7f
from
.XAS
import
*
# Module name is the same as a child function, we use alias to avoid conflict
import
knife_edge
as
knife_edge_module
import
toolbox_scs.routines.
knife_edge
as
knife_edge_module
from
.knife_edge
import
*
__all__
=
(
knife_edge_module
.
__all__
*
XAS
.
__all__
+
XAS
.
__all__
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment