pymoo
pymoo copied to clipboard
Update ox.py
- Fix typo in None check: the condition
if not Nonedoesn't actually check the value ofseq. Instead, it's just a static check againstNone, which doesn't achieve what we want. We probably meant to check whetherseqis None.