IAP GITLAB
Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
CONEX Generator
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
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue 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
Pranav Sampathkumar
CONEX Generator
Commits
efd47acb
Commit
efd47acb
authored
4 years ago
by
Marcel Köpke
Browse files
Options
Downloads
Patches
Plain Diff
new pathfinder for analysis
parent
b5ad0440
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/reports/__init__.py
+2
-0
2 additions, 0 deletions
src/reports/__init__.py
src/reports/analysis/__init__.py
+2
-0
2 additions, 0 deletions
src/reports/analysis/__init__.py
src/reports/analysis/path.py
+7
-0
7 additions, 0 deletions
src/reports/analysis/path.py
with
11 additions
and
0 deletions
src/reports/__init__.py
+
2
−
0
View file @
efd47acb
...
...
@@ -4,6 +4,8 @@ import os
import
lazy_import
if
"
lazy_import
"
in
os
.
environ
:
lazy_import
.
lazy_module
(
"
src.reports.figures
"
)
lazy_import
.
lazy_module
(
"
src.reports.analysis
"
)
from
.
import
figures
from
.
import
analysis
This diff is collapsed.
Click to expand it.
src/reports/analysis/__init__.py
0 → 100644
+
2
−
0
View file @
efd47acb
from
.path
import
get_path
This diff is collapsed.
Click to expand it.
src/reports/analysis/path.py
0 → 100644
+
7
−
0
View file @
efd47acb
import
os
from
..
import
get_path
as
get_parent_path
def
get_path
():
return
os
.
path
.
join
(
get_parent_path
(),
"
analysis
"
)
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