Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
geomag-algorithms
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
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
ghsc
National Geomagnetism Program
geomag-algorithms
Merge requests
!178
Pipeline updates
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Pipeline updates
ghsc/users/jmfee/geomag-algorithms:pipeline-updates
into
master
Overview
1
Commits
16
Pipelines
0
Changes
6
Merged
Jeremy M Fee
requested to merge
ghsc/users/jmfee/geomag-algorithms:pipeline-updates
into
master
2 years ago
Overview
1
Commits
16
Pipelines
0
Changes
6
Expand
Optimize docker image build.
Update pipeline
use python
3.10
3.9 base image
use matrix for multiple runners in same environment
use rules instead of only
Edited
2 years ago
by
Jeremy M Fee
0
0
Merge request reports
Compare
master
version 10
e9a9cb02
2 years ago
version 9
e37e306c
2 years ago
version 8
c80e60d2
2 years ago
version 7
b34094c1
2 years ago
version 6
3d02c8f3
2 years ago
version 5
a7c5dd18
2 years ago
version 4
55874a51
2 years ago
version 3
16499cf8
2 years ago
version 2
56eb0105
2 years ago
version 1
27cafff4
2 years ago
master (base)
and
latest version
latest version
0bbab3ed
16 commits,
2 years ago
version 10
e9a9cb02
14 commits,
2 years ago
version 9
e37e306c
13 commits,
2 years ago
version 8
c80e60d2
12 commits,
2 years ago
version 7
b34094c1
11 commits,
2 years ago
version 6
3d02c8f3
10 commits,
2 years ago
version 5
a7c5dd18
9 commits,
2 years ago
version 4
55874a51
8 commits,
2 years ago
version 3
16499cf8
7 commits,
2 years ago
version 2
56eb0105
6 commits,
2 years ago
version 1
27cafff4
5 commits,
2 years ago
6 files
+
500
−
506
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Some changes are not shown
For a faster browsing experience, some files are collapsed by default.
Expand all files
Files
6
Search (e.g. *.vue) (Ctrl+P)
geomagio/__init__.py
+
0
−
1
Options
"""
"""
Geomag Algorithm Module
Geomag Algorithm Module
"""
"""
from
__future__
import
absolute_import
from
.
import
ChannelConverter
from
.
import
ChannelConverter
from
.
import
StreamConverter
from
.
import
StreamConverter
Loading