-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MSNoise 2 branch #227
MSNoise 2 branch #227
Conversation
current command line interface now looks like this architecture/hierarchy, with:
this means: for a standard project, with changes highlighted in bold: msnoise db init --tech 1 |
Codecov ReportBase: 64.42% // Head: 5.56% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #227 +/- ##
==========================================
- Coverage 64.42% 5.56% -58.86%
==========================================
Files 24 5 -19
Lines 4528 1726 -2802
==========================================
- Hits 2917 96 -2821
- Misses 1611 1630 +19
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
…h new workflow, new CLI organisation, etc. Pushing to a branch for now, as this BREAKS the previous CLI cron jobs etc
c955215
to
fe67801
Compare
does that solve the version naming issue?
the 🟢 tests are for the "default workflow steps", currently using the classic "many files" option. TODO: add the new workflow steps, making use of xarray 2D tables (currently named stack2, compute_mwcs2, compute_dtt2) |
Big changes from now on so pushing to a branch for now, as this BREAKS the previous CLI cron jobs etc.
Changes already done in the master, or here, should fit (or be added to) #213