From fa7b985cfd8ab79e9ef22a64c52fd4ebea54abc5 Mon Sep 17 00:00:00 2001 From: "George G. Vega Yon" Date: Tue, 26 Sep 2023 11:52:32 -0600 Subject: [PATCH] Updating badge [skip ci] --- README.md | 10 +++++----- README.qmd | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index e1c344a..e9aa315 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # pydefm: Python bindings for defm -| CI | status | -|--------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------| -| conda.recipe | [![Conda Actions Status](https://github.com/UofUEpiBio/pydefm/workflows/Conda/badge.svg)](https://github.com/UofUEpiBio/pydefm/actions?query=workflow%3AConda) | -| pip builds | [![Pip Actions Status](https://github.com/UofUEpiBio/pydefm/workflows/Pip/badge.svg)](https://github.com/UofUEpiBio/pydefm/actions?query=workflow%3APip) | +| CI | status | +|--------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| conda.recipe | [![Conda Actions Status](https://github.com/UofUEpiBio/pydefm/actions/workflows/conda.yml/badge.svg)](https://github.com/UofUEpiBio/pydefm/actions?query=workflow%3AConda) | +| pip builds | [![Pip Actions Status](https://github.com/UofUEpiBio/pydefm/actions/workflows/pip.yml/badge.svg)](https://github.com/UofUEpiBio/pydefm/actions?query=workflow%3APip) | This is a python wrapper of the [`barry c++` library](https://github.com/USCbiostats/barry), and in particular, of @@ -57,7 +57,7 @@ obj = m.new_defm(id, y, x, column_major = False) obj ``` - + Adding terms via formula diff --git a/README.qmd b/README.qmd index 249ddfb..ce8f7b4 100644 --- a/README.qmd +++ b/README.qmd @@ -29,9 +29,9 @@ ERGMs. More information in [this preprint](https://arxiv.org/abs/2211.00627). [gitter-link]: https://gitter.im/pybind/Lobby [actions-badge]: https://github.com/UofUEpiBio/pydefm/workflows/Tests/badge.svg [actions-conda-link]: https://github.com/UofUEpiBio/pydefm/actions?query=workflow%3AConda -[actions-conda-badge]: https://github.com/UofUEpiBio/pydefm/workflows/Conda/badge.svg +[actions-conda-badge]: https://github.com/UofUEpiBio/pydefm/actions/workflows/conda.yml/badge.svg [actions-pip-link]: https://github.com/UofUEpiBio/pydefm/actions?query=workflow%3APip -[actions-pip-badge]: https://github.com/UofUEpiBio/pydefm/workflows/Pip/badge.svg +[actions-pip-badge]: https://github.com/UofUEpiBio/pydefm/actions/workflows/pip.yml/badge.svg [actions-wheels-link]: https://github.com/UofUEpiBio/pydefm/actions?query=workflow%3AWheels [actions-wheels-badge]: https://github.com/UofUEpiBio/pydefm/workflows/Wheels/badge.svg