alan-turing-institute / p2lab-pokemon

A Python library for running genetic algorithms to optimize Pokemon teams!
BSD 3-Clause "New" or "Revised" License
8 stars 1 forks source link

fixed wrong fitness length bug #59

Open philswatton opened 1 year ago

philswatton commented 1 year ago

A quick fix which should resolve the wrong fitness length bug. Will get around to adding tests for the operations later on in the week

phinate commented 1 year ago

@philswatton the ci message for the index problem still seems to be there with the fix, so maybe it's coming from a different source? probably still a good thing to do this though!

philswatton commented 1 year ago

@philswatton the ci message for the index problem still seems to be there with the fix, so maybe it's coming from a different source? probably still a good thing to do this though!

Ahh okay, not the issue I'd assumed then. Will take a closer look sometime this week!