Skip to content

Commit

Permalink
Working on Radau.
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasBreuling committed Jun 12, 2024
1 parent 4f3f0bd commit ff515e5
Show file tree
Hide file tree
Showing 2 changed files with 162 additions and 236 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Python implementation of solvers for differential algebraic equation's (DAEs) th

### Install

Developer mode can be installed via
An editable developer mode can be installed via

```bash
python -m pip install -e .[dev]
Expand All @@ -22,5 +22,5 @@ python -m pip install -e .[dev]
The tests can be started using

```bash
python -m pytest test/
python -m pytest --cov
```
Loading

0 comments on commit ff515e5

Please sign in to comment.