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

Fix InputValueWrapper gt/ge/lt/le comparisons #7826

Merged
merged 1 commit into from
Apr 26, 2019

Conversation

mvdbeek
Copy link
Member

@mvdbeek mvdbeek commented Apr 25, 2019

This caused meme to fail. Again I'm not 100% sure why this wasn't an issue on python 2.

@mvdbeek mvdbeek added kind/bug area/python3 Specific to Python 3 labels Apr 25, 2019
@mvdbeek mvdbeek requested a review from nsoranzo April 25, 2019 19:34
@galaxybot galaxybot added this to the 19.09 milestone Apr 25, 2019
@jmchilton jmchilton merged commit c0291c4 into galaxyproject:dev Apr 26, 2019
@jmchilton jmchilton modified the milestones: 19.09, 19.05 Apr 26, 2019
@nsoranzo nsoranzo deleted the fix_value_wrapper_comparison branch April 28, 2019 14:48
mvdbeek added a commit to mvdbeek/galaxy that referenced this pull request Nov 29, 2019
Fixes galaxyproject/tools-iuc#2702 (comment)
Broken in galaxyproject#7826
Also compares via `float` instead of `int` when other is int,
since that is more reasonable. Otherwise 5.1 > 5 is False.
mvdbeek added a commit to mvdbeek/galaxy that referenced this pull request Nov 29, 2019
Fixes galaxyproject/tools-iuc#2702 (comment)
Broken in galaxyproject#7826
Also compares via `float` instead of `int` when other is int,
since that is more reasonable. Otherwise 5.1 > 5 is False.
mvdbeek added a commit to mvdbeek/galaxy that referenced this pull request Nov 29, 2019
Fixes galaxyproject/tools-iuc#2702 (comment)
Broken in galaxyproject#7826
Also compares via `float` instead of `int` when other is int,
since that is more reasonable. Otherwise 5.1 > 5 is False.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/python3 Specific to Python 3 kind/bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants