FEM: Update gmshtools.py #494
Annotations
3 errors and 11 warnings
|
src/Mod/Fem/femmesh/gmshtools.py#L682
Possibly using variable 'physical_type' before assignment (possibly-used-before-assignment)
|
|
src/Mod/Fem/femmesh/gmshtools.py#L1
would reformat src/Mod/Fem/femmesh/gmshtools.py
|
src/Mod/Fem/femmesh/gmshtools.py#L844
Line too long (109/100) (line-too-long)
|
src/Mod/Fem/femmesh/gmshtools.py#L365
TODO: solids, faces, edges and vertexes don't seem to work together in one group, (fixme)
|
src/Mod/Fem/femmesh/gmshtools.py#L624
TODO: fan angle setup is not implemented yet (fixme)
|
src/Mod/Fem/femmesh/gmshtools.py#L701
el_id = int(el[4:]) # FIXME: strip `face` or `edge` prefix (fixme)
|
src/Mod/Fem/femmesh/gmshtools.py#L1
Missing module docstring (missing-module-docstring)
|
src/Mod/Fem/femmesh/gmshtools.py#L47
Missing class docstring (missing-class-docstring)
|
src/Mod/Fem/femmesh/gmshtools.py#L47
Too many instance attributes (27/15) (too-many-instance-attributes)
|
src/Mod/Fem/femmesh/gmshtools.py#L48
Too many branches (41/12) (too-many-branches)
|
src/Mod/Fem/femmesh/gmshtools.py#L48
Too many statements (106/50) (too-many-statements)
|
src/Mod/Fem/femmesh/gmshtools.py#L190
Missing function or method docstring (missing-function-docstring)
|
The logs for this run have expired and are no longer available.
Loading