Skip to content

Tags: janfer95/MSNoise

Tags

1.6.1

Toggle 1.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request ROBelgium#200 from omrivolk/master

Fix bug when more than 2 traces are present

1.6

Toggle 1.6's commit message
release date

1.5.1

Toggle 1.5.1's commit message
research classifiers

1.5

Toggle 1.5's commit message
doc update + contributors

1.4.1

Toggle 1.4.1's commit message
release 1.4.1

1.4

Toggle 1.4's commit message
release notes

1.3.1

Toggle 1.3.1's commit message
bug fix: new jobs

the rewritten new jobs procedure led to duplicate entries in the database

remove all records for which "lastmod is NULL" from the jobs table to recover.

1.3

Toggle 1.3's commit message
SAC bugfix

1.2.5

Toggle 1.2.5's commit message
version update

1.2.4

Toggle 1.2.4's commit message
Bugfix scan_archive and new_jobs

* Refactored new_jobs procedure, more robust way of defining the jobs to do
* Bugfix in new_jobs: for some reason, dates were not properly compared in the database_tools
* Because of the previous: rewrite of a small part of data_availability plot was needed
* added a get_tech method to database_tools to check the type of DB used
* thanks to the previous: force usage of only 1 process in scan_archive if using SQLite
* some minor PEP8 and style related errors