You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
try:
SettingsVDictionary['referenceCorrectionCoefficients_cov'] = UserChoices['measuredReferenceYorN']['referenceCorrectionCoefficients_cov']
except:
SettingsVDictionary['referenceCorrectionCoefficients_cov'] = [0,0,0] #TODO: This is to keep some old unit tests running. Ideally they should be fixed.
The way to solve this would be to define the variable referenceCorrectionCoefficients_cov in all of the unit tests. But this will never be worth the lead developer's trouble to do.
The text was updated successfully, but these errors were encountered:
The way to solve this would be to define the variable referenceCorrectionCoefficients_cov in all of the unit tests. But this will never be worth the lead developer's trouble to do.
The text was updated successfully, but these errors were encountered: