Skip to content

Commit

Permalink
docs: update URLs in README.md and pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
alecksphillips committed Aug 24, 2023
1 parent b8aa192 commit 442a5c9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# retrospectr

[![Coverage badge](https://github.com/alecksphillips/retrospectr/raw/python-coverage-comment-action-data/badge.svg)](https://github.com/alecksphillips/retrospectr/tree/python-coverage-comment-action-data)
[![Coverage badge](https://github.com/UoL-SignalProcessingGroup/retrospectr/raw/python-coverage-comment-action-data/badge.svg)](https://github.com/UoL-SignalProcessingGroup/retrospectr/tree/python-coverage-comment-action-data)


Importance weight calculation for Stan model results with new data.
Expand All @@ -23,12 +23,12 @@ pytest-cov
## Installation
retrospectr can be installed with either:
```bash
git clone https://github.com/alecksphillips/retrospectr.git
git clone https://github.com/UoL-SignalProcessingGroup/retrospectr.git
pip install ./retrospectr
```
or
```bash
pip install -U git+https://github.com/alecksphillips/retrospectr.git
pip install -U git+https://github.com/UoL-SignalProcessingGroup/retrospectr.git
```

## Example
Expand Down Expand Up @@ -85,4 +85,4 @@ plt.show()

```

![plot of example with resampled iterations](https://github.com/alecksphillips/retrospectr/blob/main/example.png?raw=true)
![plot of example with resampled iterations](https://github.com/UoL-SignalProcessingGroup/retrospectr/blob/main/example.png?raw=true)
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ readme = "README.md"
dynamic = ["version"]

[project.urls]
"Repository" = "https://github.com/alecksphillips/retrospectr"
"Repository" = "https://github.com/UoL-SignalProcessingGroup/retrospectr"

[tool.setuptools_scm]

0 comments on commit 442a5c9

Please sign in to comment.