Commit Graph

10 Commits

Author SHA1 Message Date
Ian Bell
0e7437f95b More pep8 whitespace; see #1612 2019-01-12 20:48:56 -07: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
bfcff45491 Add some docs for Tabular methods; See #506
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2015-03-02 22:28:49 -07:00
Ian Bell
526a241ccc Updated docs for Tabular Interpolation; fixed bugs in interpolation code
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2015-02-28 15:54:27 -07:00
Ian Bell
0e73f5bda7 Hmolar is now a valid output; invalid inputs throw error 2015-02-26 22:26:40 -07:00
Ian Bell
2dbd82f490 Fixed up p-T table with bicubic
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2015-02-26 22:07:00 -07:00
Ian Bell
d916872569 Updated tabular checks for speed and accuracy for bicubic
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2015-02-26 22:00:43 -07:00
Jorrit Wronski
f50bf8bbf9 Fixed default unit system for TTSE tests 2015-02-26 17:53:41 +01:00
Jorrit Wronski
f31a75e1ed Trying to write a Python script to compare the speed of TTSE in v4 and v5 2015-02-26 10:47:59 +01:00