Skip to content

Commit

Permalink
Update image links in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
Armavica committed Jul 17, 2024
1 parent 87863e7 commit 203b9bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ fn main() {

which can produce an output similar to this one:

![Typical SIR output](https://github.com/Armavica/rebop/blob/master/sir.png)
![Typical SIR output](https://github.com/Armavica/rebop/blob/main/sir.png?raw=true)

## Python bindings

Expand Down Expand Up @@ -157,7 +157,7 @@ in genetic oscillators*, Vilar et al., PNAS 2002). Here, we
simulate this model from `t=0` to `t=200`, reporting the state at
time intervals of `1` time unit.

![Vilar oscillator benchmark](https://github.com/Armavica/rebop/blob/master/benches/vilar/vilar.png)
![Vilar oscillator benchmark](https://github.com/Armavica/rebop/blob/main/benches/vilar/vilar.png?raw=true)

We can see that rebop's macro DSL is the fastest of all, both in
time per simulation, and with compilation time included. The second
Expand Down
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
//!
//! which can produce an output similar to this one:
//!
//! ![Typical SIR output](https://github.com/Armavica/rebop/blob/master/sir.png)
//! ![Typical SIR output](https://github.com/Armavica/rebop/blob/main/sir.png?raw=true)
//!
//! # Python bindings
//!
Expand Down Expand Up @@ -161,7 +161,7 @@
//! simulate this model from `t=0` to `t=200`, reporting the state at
//! time intervals of `1` time unit.
//!
//! ![Vilar oscillator benchmark](https://github.com/Armavica/rebop/blob/master/benches/vilar/vilar.png)
//! ![Vilar oscillator benchmark](https://github.com/Armavica/rebop/blob/main/benches/vilar/vilar.png?raw=true)
//!
//! We can see that rebop's macro DSL is the fastest of all, both in
//! time per simulation, and with compilation time included. The second
Expand Down

0 comments on commit 203b9bb

Please sign in to comment.