12 Commits

Author SHA1 Message Date
Ian Bell
3b1eb50324 More pep8 whitespace; see #1612 2019-01-12 20:45:25 -07:00
scls19fr
5045c96322 Fix Python print (#1746)
* Fix print

* Some manual fixes

* Revert
2018-10-19 22:59:31 +02:00
luzpaz
93f4a986e2 Misc. typos (#1726)
Found via `codespell -i 3 -w -I ../coolprop-word-whitelist.txt` whereby whitelist consists of:
```
cas
formate
hel
nd
te
tim
ue
uint
```
2018-08-14 23:06:49 -06:00
thorade
17dba49712 use sorted(list) instead of list.sort()
http://python3porting.com/improving.html#sorting-section
2018-04-17 13:19:40 +02:00
Matthis Thorade
19a4875879 More autopep8 (#1621)
* autopep8 rule-groups E101,W1,W2,W3

* autopep8 with rule group E3 (blank lines)

autopep8 --in-place --recursive --max-line-length=200 --exclude="externals" --select="E101,E3,W1,W2,W3" .

* tabs and space W191

* autopep8 aggressive
2017-12-13 14:43:41 +01:00
Matthis Thorade
526cb198a4 autopep8 whitespace (#1613)
* autopep8 whitespace only:

--select="E101,W1,W2"

* revert single file: web2py_online.py

Should this be a .py file at all?

* revert file Tickets/1443.py because the diff looked strange:

maybe there is an encoding problem?

* Rename web2py_online.py to web2py_online.rst
2017-12-12 08:32:38 -07:00
Ian Bell
b0b4912c1d Update PVT ancillary fitter to use molar densities
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-12-01 23:41:16 -05:00
Ian Bell
d18c91a5b1 Correct the critical density used
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-11-29 18:08:35 -05:00
Ian Bell
1b5e032f3e Updated saturation pvt ancillary builder script
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-11-27 12:09:46 -05:00
Ian Bell
928a0df8b5 Pressures in Pa for genetic ancillary fitter
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-08-26 23:18:51 +02:00
Ian Bell
3f6b6b4e35 Genetic ancillary fitter now uses PropsSI and CP v5
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-08-26 14:01:51 +02:00
Ian bell
b3847c7522 Initial commit for v5, but this time with the right line endings
Signed-off-by: Ian bell <ian.h.bell@gmail.com>
2014-05-14 12:46:24 +02:00