Skip to content

Commit

Permalink
Updating badge [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
gvegayon committed Sep 26, 2023
1 parent 37ad608 commit fa7b985
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -57,7 +57,7 @@ obj = m.new_defm(id, y, x, column_major = False)
obj
```

<pydefm._core.DEFM at 0x7f32441dff30>
<pydefm._core.DEFM at 0x7ff7f41bb970>

Adding terms via formula

Expand Down
4 changes: 2 additions & 2 deletions README.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit fa7b985

Please sign in to comment.