... | ... | @@ -28,7 +28,7 @@ |
|
|
|
|
|
## Test
|
|
|
|
|
|
To check that posterior samples can both be written to CSV and read back in using pesummary's `io` module, we ran the following test:
|
|
|
To check that posterior samples can both be written to CSV and read back in using pesummary's `io` module and the standard numpy `genfromtxt` function, we ran the following test:
|
|
|
|
|
|
```python
|
|
|
from pesummary.io import read
|
... | ... | |