Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
LISA Instrument
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LISA Simulation
LISA Instrument
Merge requests
!116
Resolve "Implement basic structure for the hexagon experiment"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Implement basic structure for the hexagon experiment"
94-implement-basic-structure-for-the-hexagon-experiment
into
master
Overview
5
Commits
9
Pipelines
11
Changes
3
All threads resolved!
Hide all comments
Merged
Jean-Baptiste Bayle
requested to merge
94-implement-basic-structure-for-the-hexagon-experiment
into
master
2 years ago
Overview
5
Commits
9
Pipelines
11
Changes
3
All threads resolved!
Hide all comments
Expand
Closes
#94 (closed)
New
Hexagon
class for hexagon simulations
A few associated unit tests
Edited
2 years ago
by
Jean-Baptiste Bayle
0
0
Merge request reports
Viewing commit
3f5d0fe9
Show latest version
3 files
+
100
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
3f5d0fe9
First attempt to simulate hexagon
· 3f5d0fe9
Jean-Baptiste Bayle
authored
2 years ago
lisainstrument/__init__.py
+
1
−
0
Options
@@ -7,3 +7,4 @@ from .meta import __author__
from
.meta
import
__email__
from
.instrument
import
Instrument
from
.hexagon
import
Hexagon
Loading