alchemyst / Skogestad-Python

Python code for "Multivariable Feedback Control"
111 stars 88 forks source link

Update utils.py #374

Closed masana-aloe closed 4 years ago

masana-aloe commented 4 years ago

Replace type(x) == y with isinstance(x, y) #339