Skip to content
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

Fix ci.yml on push too #31

Merged
merged 34 commits into from
Dec 14, 2023
Merged
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
004a6ef
add mutis.flares.BayesianBlocks() class, which gives a Bayesian Block…
Nov 30, 2021
5522126
add several styles for plotting flares
Nov 30, 2021
8984e0f
add mutis.flares.Flare() class
Nov 30, 2021
5ec9f01
add Flare analysis notebook to docs, small fixes
Dec 3, 2021
e946835
small fix docs
Dec 3, 2021
916877c
use test data in flare analysis notebook
Dec 7, 2021
cae7379
add __init__ to mutis.flare folder
Dec 7, 2021
d165b88
add docstrings to flare submodule, small fix in notebook
Dec 7, 2021
bb795b7
add submodule in docs index, fix docstrings
Dec 7, 2021
61a5404
docstrings
Dec 7, 2021
2adf66a
alphabetic ordering, improve docstring
juanep97 Dec 13, 2023
ee72580
fix tests for python 3.11
juanep97 Dec 13, 2023
67567ac
bump python version to 3.11
juanep97 Dec 13, 2023
c6c1c92
fix docs
juanep97 Dec 13, 2023
0299f0a
try to fix CI
juanep97 Dec 13, 2023
e35dcf9
bump action versions
juanep97 Dec 13, 2023
5faf38f
debug actions
juanep97 Dec 13, 2023
cf92364
debug ci
juanep97 Dec 13, 2023
02961bc
debug ci
juanep97 Dec 13, 2023
42ffcfb
debug ci
juanep97 Dec 13, 2023
d0c3830
debug ci
juanep97 Dec 13, 2023
9e192de
fix ci
juanep97 Dec 13, 2023
f1a84e2
fix ci
juanep97 Dec 13, 2023
8566771
add tests for bayesian blocks
juanep97 Dec 13, 2023
b44fe4c
fix ci.yml on push too
juanep97 Dec 14, 2023
9375a23
fix ci.yml
juanep97 Dec 14, 2023
2f09cb3
Merge branch 'main' into dev
juanep97 Dec 14, 2023
00b9251
fix ci tests
juanep97 Dec 14, 2023
a636393
Merge branch 'dev' of github.com:IAA-CSIC/MUTIS into dev
juanep97 Dec 14, 2023
780b101
increase test coverage
juanep97 Dec 14, 2023
0b54c3a
try to fix nft
juanep97 Dec 14, 2023
8786829
fix nft
juanep97 Dec 14, 2023
f63074a
stop code cov from commenting on PRs
juanep97 Dec 14, 2023
1d91034
more sensible codecov targets
juanep97 Dec 14, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
debug actions
juanep97 committed Dec 14, 2023
commit 5faf38f7fb22c716af1be4fdd21bc534a3f676fb
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -26,6 +26,9 @@ jobs:
- name: install mutis
run: |
pip install -e .
- name: show the code
run: |
cat mutis/signal.py
- name: test coverage
run: |
make test-cov