Context manager bugfix
This fixes a bug in how the suspension plants are loaded in suspension.get_quad_zpk_plant. The data path was previously being given as a context manager instead of a pathlib.Path
object resulting in the following error
TypeError: expected str, bytes or os.PathLike object, not _GeneratorContextManager