I'm not sure how many places have this, but at least at https://github.com/wpilibsuite/allwpilib/blob/2027/wpimath/src/main/java/org/wpilib/math/system/plant/LinearSystemId.java#L28, output:input is used for the gearbox ratio. This is the opposite of what every vendor (AFAIK) uses (and probably many libraries as well), which leads to a situation that is confusing at best and a massive footgun at worst.