time_symm in SISOStateSpace.asZPK being set to True
Created by: kevinkuns
time_symm in SISOStateSpace.asZPK is being set to True even though it really seems like it should be false. This makes converting SS to ZPK fail, when it otherwise wouldn't, if the state space is large. This is happening here
https://github.com/wieldphysics/wield-control/blob/main/src/wield/control/SISO/ss.py#L122
See also #7