Open yyzpiero opened 1 year ago
It would be good to ensure that encodersubtype is initialized with an initial value. Without this being done, an error will be encountered when attempting to initialize the APPO module.
TypeError: __init__() missing 1 required positional argument: 'encodersubtype'
P.S. It should be encoder_subtype instead of encodersubtype
encoder_subtype
encodersubtype
It would be good to ensure that encodersubtype is initialized with an initial value. Without this being done, an error will be encountered when attempting to initialize the APPO module.
P.S. It should be
encoder_subtype
instead ofencodersubtype