Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lschwetlick authored Jun 27, 2023
1 parent a05e952 commit 888c327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Make a file `logistic.py` and `test_logistic.py` in the same folder as this
readme and the `plot_logfun.py` file. Implement the code for the logistic map
in the `logistic.py` file:

a) Implement the logistic map f(π‘₯)=π‘Ÿβˆ—π‘₯βˆ—(1βˆ’π‘₯) . Import pytest and use
a) Implement the logistic map f(x)=r*x*(1βˆ’x) . Import pytest and use
`@pytest.mark.parametrize` to test the function for the following cases:
```
x=0.1, r=2.2 => f(x, r)=0.198
Expand Down

0 comments on commit 888c327

Please sign in to comment.