Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

try statement inside userInputValidityFunctions.py #217

Open
AdityaSavara opened this issue Feb 13, 2020 · 0 comments
Open

try statement inside userInputValidityFunctions.py #217

AdityaSavara opened this issue Feb 13, 2020 · 0 comments
Labels
good first issue Good for newcomers wontfix This will not be worked on

Comments

@AdityaSavara
Copy link
Owner

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.

@AdityaSavara AdityaSavara added good first issue Good for newcomers wontfix This will not be worked on labels Feb 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant