- refactored

This commit is contained in:
jens
2020-12-16 17:13:57 +01:00
parent fa93a3911e
commit 6dd0920010
3 changed files with 3 additions and 5 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
from components.plant.pot import Pot
from matplotlib.pyplot import plot, figure, subplot, title, xlabel, ylabel, grid, show, legend
from matplotlib.pyplot import plot, figure, subplot, grid, show, legend
from components.pid import Pid, Kalman
import numpy as np
from utils.value import AttributeChange