When utilizing extLaw = extinction.Generalized_RvFALaw(ALaw=extinction.Generalized_DustExt(curve='F19_D03_extension'), BLaw=extinction.Generalized_DustExt(curve='G03_SMCBar_WD01_extension')), the script extinction_extension.py encounters a UnitConversionError, stating that the 'greater' function can only be applied to dimensionless quantities.
When utilizing
extLaw = extinction.Generalized_RvFALaw(ALaw=extinction.Generalized_DustExt(curve='F19_D03_extension'), BLaw=extinction.Generalized_DustExt(curve='G03_SMCBar_WD01_extension')), the scriptextinction_extension.pyencounters aUnitConversionError, stating that the 'greater' function can only be applied to dimensionless quantities.