Skip to content

Commit 8fd1cff

Browse files
committed
Again
1 parent 588ed38 commit 8fd1cff

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Sequential Poisson sampling with Python <a href="https://marberts.github.io/pysps/"><img src="docs/logo.png" align="right" height="139" alt="pysps website" /></a>
1+
# Sequential Poisson sampling <a href="https://marberts.github.io/pysps/"><img src="docs/logo.png" align="right" height="139" alt="pysps website" /></a>
22

33
[![CI Build](https://github.com/marberts/pysps/actions/workflows/ci-tests.yml/badge.svg)](https://github.com/marberts/pysps/actions/workflows/ci-tests.yml)
44

pysps/inclusion_prob.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ class InclusionProb:
101101
Examples
102102
--------
103103
```{python}
104+
import numpy as np
104105
import pysps
105106
106107
x = [0, 1, 2, 3, 4, 5]

0 commit comments

Comments
 (0)