Commit Graph

13278 Commits

Author SHA1 Message Date
Bernd Hahnebach
d66c4dd515 FEM: view provider electrostatic potential, use value error instead of bare except 2019-07-02 22:56:06 +02:00
Bernd Hahnebach
aa189f5d1f Materials: delete duplicate import 2019-07-02 22:47:42 +02:00
Bernd Hahnebach
c528033133 FEM: view provider calculix, get rid of a bare except 2019-07-02 22:47:31 +02:00
Bernd Hahnebach
bddca5d68a FEM: view provider material, use value error instead of bare except 2019-07-02 22:47:20 +02:00
Bernd Hahnebach
88fae2d96e FEM: result tools, check for NAN instead of bare except 2019-07-02 18:02:13 +02:00
sliptonic
d044c0d95a Merge pull request #2313 from sliptonic/lgtm3
Additional LGTM cleanup of post processors and unneeded imports
2019-07-02 09:17:27 -05:00
sliptonic
70e4b100eb Merge pull request #2315 from Russ4262/pathpocket_fix
[Path] PathPocket: Fix SetupProperties() syntax issue
2019-07-02 09:16:41 -05:00
Bernd Hahnebach
af4d6d2ea2 FEM: mesh api, add comment 2019-07-02 16:08:19 +02:00
wmayer
985eaebedc improve unicode support for Abaqus export 2019-07-02 15:42:16 +02:00
Bernd Hahnebach
93fac6b24a FEM: frd result reader, fix principal stress calculation if pure frd file was opened 2019-07-02 13:17:24 +02:00
Bernd Hahnebach
9ab0fa44f2 FEM: frd result reader, fix compact mesh for multiple result sets if not compacted 2019-07-02 12:54:54 +02:00
Bernd Hahnebach
35b05a9d76 FEM: code formating, flake8 and white spaces 2019-07-02 12:54:50 +02:00
Bernd Hahnebach
dd4b93c201 Materials: Py2 fix 2019-07-02 12:31:43 +02:00
Russell Johnson
b4b244c85d Fix SetupProperties() property syntax issue
fix for SetupProperties() issue presented at:
https://forum.freecadweb.org/viewtopic.php?f=15&t=37368#p318253
2019-07-01 22:02:18 -05:00
Markus Lampert
5ee3f26f9f Addressed pylint warnings for PathGeom 2019-07-01 15:58:34 -07:00
Markus Lampert
3bd64e1329 Addressed pylint warnings for PathAreaOp 2019-07-01 15:49:38 -07:00
Markus Lampert
d0af5942a8 Fixing additional warnings after merge 2019-07-01 15:49:31 -07:00
Markus Lampert
0065ed5d7b Catching new warnings due to merge 2019-07-01 15:32:54 -07:00
Markus Lampert
6410393092 switched to pylint3 and fixed additional warnings 2019-07-01 15:32:54 -07:00
Markus Lampert
7219f6446d Addressed pylint warnings for PathDressups 2019-07-01 15:32:54 -07:00
Markus Lampert
35505b451a Addressed pylint warnings for PathPost 2019-07-01 15:32:54 -07:00
Markus Lampert
b2ba220c40 Addressed pylint warnings for PathPreferences 2019-07-01 15:32:54 -07:00
Markus Lampert
7b7c27ed9b Addressed pylint warnings for PathProfileFaces 2019-07-01 15:32:54 -07:00
Markus Lampert
25c99fad4d Fixed pylint warnings for PathGui family 2019-07-01 15:32:54 -07:00
Markus Lampert
b094ce7370 Fixed pylint warnings for PathUtil family 2019-07-01 15:32:54 -07:00
Markus Lampert
d19f1d897f Cleanup of PathLog for pylint warnings 2019-07-01 15:32:54 -07:00
Markus Lampert
20f9374d5c Cleanup of PathJobGui for pylint warnings 2019-07-01 15:32:54 -07:00
Markus Lampert
13b0e79c80 Cleanup of PathMillFaceGui for pylint warnings 2019-07-01 15:32:54 -07:00
Markus Lampert
85bef55257 Cleanup of PathIconViewProvider for pylint warnings 2019-07-01 15:32:54 -07:00
Markus Lampert
e6a6395d31 Cleaned up pylint warnings for PathGetPoint 2019-07-01 15:32:54 -07:00
Markus Lampert
0064077a54 Addressed pylint warnings for PathTool family 2019-07-01 15:32:54 -07:00
Markus Lampert
3400146d84 pylint warnings for PathSelection 2019-07-01 15:32:54 -07:00
Markus Lampert
0a900b3276 addressing pylint warnings for PathProfile family 2019-07-01 15:32:54 -07:00
Markus Lampert
1a3877ffbe addressed pylint warnings for PathPocket family 2019-07-01 15:32:54 -07:00
Markus Lampert
9db572b102 pylint cleanup for path setup sheet 2019-07-01 15:29:51 -07:00
Markus Lampert
fed19b15ef pylint warning for PathDeburr 2019-07-01 15:29:51 -07:00
Markus Lampert
d47138fd14 More dogbond pylint cleanup 2019-07-01 15:29:51 -07:00
Markus Lampert
a049b031f7 Cleaned up warnings for PathEngraveBase 2019-07-01 15:29:51 -07:00
Markus Lampert
e3ce356e4f Fixed pylint warnings for PathDressupDogbone 2019-07-01 15:29:51 -07:00
Markus Lampert
1220b49308 Fixed pylint warnings for PathDressupTag 2019-07-01 15:29:51 -07:00
Markus Lampert
56f2eadbef Fixed pylint warnings for PathSetupSheet 2019-07-01 15:29:51 -07:00
Markus Lampert
a3d2da12f0 Some more pylint warning cleanup 2019-07-01 15:29:51 -07:00
Markus Lampert
4bfd06140b fixed pylint warning for PathOp 2019-07-01 15:29:51 -07:00
Markus Lampert
f4bee893d7 fixed pylint warning for PathJob 2019-07-01 15:29:51 -07:00
Markus Lampert
23efe695ae Enabled all warnings in addition to errors for path linter 2019-07-01 15:29:51 -07:00
sliptonic
334a731f47 path: LGTM cleanup post processors 2019-07-01 17:18:15 -05:00
sliptonic
463c195835 Path: lgtm cleanup PathAreaOp 2019-07-01 17:18:15 -05:00
sliptonic
d7d3d63857 Path: quiet lgtm about test imports 2019-07-01 17:18:15 -05:00
Bernd Hahnebach
56cf8e7a87 FEM: result reading, fix eigenmode number reading 2019-07-01 21:41:24 +02:00
Bernd Hahnebach
fe5f94a728 FEM: result gui, get rid of duplicate code 2019-07-01 21:41:15 +02:00