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

__ge_model #16

Closed
noxqs opened this issue Jun 29, 2022 · 1 comment
Closed

__ge_model #16

noxqs opened this issue Jun 29, 2022 · 1 comment

Comments

@noxqs
Copy link

noxqs commented Jun 29, 2022

base.py:215

return getattr(self.__model__, key) > value
should be
return getattr(self.__model__, key) >= value

great project !

@qzq1111
Copy link
Owner

qzq1111 commented Jul 8, 2022

fixed
@noxqs 👍

@qzq1111 qzq1111 closed this as completed Jul 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants