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

Add feature: ability to compare two fuzzy levels on Fuzzy Scale by name #24

Open
Tim55667757 opened this issue Jul 24, 2017 · 1 comment
Assignees
Labels

Comments

@Tim55667757
Copy link
Member

No description provided.

@Tim55667757 Tim55667757 added this to the Common improvements milestone Jul 24, 2017
@Tim55667757 Tim55667757 self-assigned this Jul 24, 2017
@Tim55667757
Copy link
Member Author

Examples:
"Min" < "Low" == True
"Low" < "Med" == True
"Med" < "High" == True
"High" < "Max" == True
"Min" <= "Min" == True
"Min" == "Min" == True

"Min" < "Min" == False
"Min" > "Max" == False
"Min" == "Max" == False

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

1 participant