Skip to content

Commit 81eb279

Browse files
committed
readme update
1 parent 4cdfc80 commit 81eb279

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -165,5 +165,6 @@ testruns.ipynb
165165
papers/
166166
notes.py
167167
!docs/build/
168-
tutorials
168+
tutorials/
169+
docs/source/md_rst.ipynb
169170

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ The package additionally supports calculation of pseudo-critical properties. Che
9292
```python
9393
>>> from gascompressibility.pseudocritical import Piper
9494
>>>
95-
>>> Piper().calc_Pr(sg=0.7)
95+
>>> Piper().calc_Pr(sg=0.7, N2=0.1, CO2=0.1, H2S=0.05, P=2010)
9696
2.7950877932259734
9797
```
9898

@@ -105,7 +105,7 @@ The package additionally supports calculation of pseudo-critical properties. Che
105105

106106
**Reduced pressure calculation from pseudo-critical pressure**
107107
```python
108-
>>> Sutton().calc_Pr(Ppc=724.37, P=2010)
108+
>>> Piper().calc_Pr(Ppc=724.37, P=2010)
109109
2.7951185167800987
110110
```
111111

0 commit comments

Comments
 (0)