-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Updated wiki, explain how to use Docker under Windows * Add keep_best_hp_max to keep pokemon with the best potential hp * Add example of keep_best_hp_max in config * Keep best pokemon by custom criteria order * Correct list of criteria. Add example in config. * Update documentations for keep custom pokemons * Replace the important | for the set * Clean the charmander comment
- Loading branch information
1 parent
b060c02
commit de0d43f
Showing
3 changed files
with
63 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
de0d43f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think the sorting is working as it is supposed to. @supercourgette
Captured Cubone CP 187 IV .71 it then released the Cubone CP 422 IV .89 when the higher IV should of been kept. Unless I'm missing something.
de0d43f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Now I don't know Python, but after a little bit of research I think this is what we want. Is this wrong, or is there a better way to do this?
de0d43f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @Foulwerp; that's how I should have test it, with simple ip and cp! I'm going to check it again today with your solution. Thanks for your input 👍 !
de0d43f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You were right, and your solution was the good one. Are you sure you don't know Python? :)
Unfortunately, I didn't have enough Pokemons to have some with a similar IV to see if their CP was then classified as expected. It should be (I tested the behavior on a custom script), but it hasn't been tested. In any case thanks a lot, I'm going to commit that.