Commit Graph

8 Commits

Author SHA1 Message Date
Ian Bell
3b1eb50324 More pep8 whitespace; see #1612 2019-01-12 20:45:25 -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
95abd1492c Update state injection script with flags for skipping evaluation of boundaries 2016-01-06 23:58:38 -07:00
Ian Bell
3ccaba9903 Fix states for HeavyWater and Novec 649 2015-07-21 08:29:03 -06:00
Ian Bell
710c963895 Fix mass/molar bug in state injection script 2015-07-21 01:22:29 -06:00
Ian Bell
55534ac90e Tidy up state injection script 2015-07-21 00:30:55 -06:00
Ian Bell
c0b33ca518 Finalize implementation of Novec 649; closes #731
Also updated state injection script
2015-07-21 00:06:44 -06:00