Skip to content
Snippets Groups Projects
Commit 95af81cb authored by Loic Huder's avatar Loic Huder
Browse files

Update to 0.7.0

parent 5a2b8b0d
No related branches found
No related tags found
No related merge requests found
# 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:**
......
__version__ = '0.6.0'
__version__ = '0.7.0'
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment