Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
webgeodyn
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
Geodynamo
webgeodyn
Commits
95af81cb
Commit
95af81cb
authored
5 years ago
by
Loic Huder
Browse files
Options
Downloads
Patches
Plain Diff
Update to 0.7.0
parent
5a2b8b0d
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
CHANGELOG.md
+6
-0
6 additions, 0 deletions
CHANGELOG.md
webgeodyn/_version.py
+1
-1
1 addition, 1 deletion
webgeodyn/_version.py
webgeodyn/inout/covobs_splines.py
+1
-1
1 addition, 1 deletion
webgeodyn/inout/covobs_splines.py
with
8 additions
and
2 deletions
CHANGELOG.md
+
6
−
0
View file @
95af81cb
# Changelog of webgeodyn
0.
7.0 - 2019-06-03
------------------
**New features:**
-
Updated GO and VO data to latest version (2019-04)
-
Implemented the support of realisations for
`covobs_splines`
format
0.
6.0 - 2019-04-18
------------------
**New features:**
...
...
This diff is collapsed.
Click to expand it.
webgeodyn/_version.py
+
1
−
1
View file @
95af81cb
__version__
=
'
0.
6
.0
'
__version__
=
'
0.
7
.0
'
This diff is collapsed.
Click to expand it.
webgeodyn/inout/covobs_splines.py
+
1
−
1
View file @
95af81cb
...
...
@@ -166,7 +166,7 @@ def load(dataDirectory, dataModel, keepRealisations=False):
# Loads all the real files and computes the mean and rms
real_data
=
[]
for
real_file
in
model_files
:
print
(
os
.
path
.
basename
(
real_file
))
#
print(os.path.basename(real_file))
times
,
gnm
=
build_gnm_from_file
(
real_file
)
real_data
.
append
(
gnm
)
if
gnm_times
is
None
:
...
...
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