You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update pandas>2 and networkx>3 for simulation module and some unit tests #71
Add unit tests.
Github Actions skip on error for Code Climate failures
to avoid failing the entire workflow (even if tests are ok)
just because it didn't have access to CC token for uploading coverage report.
---------------------------------------------------------
* Allow networkx >3 dependency
---------
Signed-off-by: Diane Vincent <[email protected]>
* Allow pandas>2 dependency
* Add tests
Different link types:
- test_affine_linking
- test_poly_linking
- test_exp_linking
- test_log_linking
Effect modifier: check that it behaves correctly
with marginal structural model
- test_effect_modifier
* Dummy commit to engage CodeClimate?
It seems forked-branch pull-request do not initiate CodeClimate
properly, causing the entire PR look like it failed.
The problem is that the forked PR doesn't have access to the
upstream's secret, so CodeClimate doesn't have its token:
https://github.com/BiomedSciAI/causallib/actions/runs/10010566187/job/27714442507?pr=71#step:8:17
Before I contemplate whether to make that not-really-secret secret
a hardcoded token instead,
I want to test whether making a dummy commit by a permitted account
could make it run properly.
Signed-off-by: Ehud-Karavani <[email protected]>
* Don't fail entire pipeline for failed coverage report upload
Forked PRs have no access to secrets,
so uploading a coverage report to Code Climate can fail
as no token will be provided.
To avoid that failing the entire workflow,
try to make that step optional and see what happens on
Github Actions.
Signed-off-by: Ehud-Karavani <[email protected]>
---------
Signed-off-by: Diane Vincent <[email protected]>
Signed-off-by: Ehud-Karavani <[email protected]>
Co-authored-by: Diane Vincent <[email protected]>
Co-authored-by: ehudkr <[email protected]>
Co-authored-by: Ehud Karavani <[email protected]>
Co-authored-by: Ehud-Karavani <[email protected]>
0 commit comments