FEM: code formating, flake8 and white spaces

This commit is contained in:
Bernd Hahnebach
2019-07-02 08:00:18 +02:00
parent 6a8f6e2ac5
commit ce0fe2ec87
2 changed files with 2 additions and 2 deletions

View File

@@ -432,7 +432,7 @@ class _TaskPanelFemResultShow:
minm = min(UserDefinedFormula)
avg = sum(UserDefinedFormula) / len(UserDefinedFormula)
maxm = max(UserDefinedFormula)
self.update_colors_stats(UserDefinedFormula, "", minm, avg, maxm)
self.update_colors_stats(UserDefinedFormula, "", minm, avg, maxm)
# Dummy use of the variables to get around flake8 error
del x, y, z, T, Von, Peeq, P1, P2, P3