UTSAV SINGHAL

Results 135 comments of UTSAV SINGHAL

Hi can anyone guide me why it is failing everytime i run it?

> remove extra spaces thats the problem Thanks i will try to remove it and then rerun the jobs.

@night-spring can you guide me what extra spaces I need to remove as i am checking my code and based on that I can't able to find any extra whitespace....

> > @night-spring can you guide me what extra spaces I need to remove as i am checking my code and based on that I can't able to find any...

@night-spring and @cclauss what this error means? ``` 2024-10-04T06:39:26.5187712Z ##[group]Run ruff check --output-format=github . ruff check --output-format=github . shell: /usr/bin/bash -e {0} genetic_algorithm/genetic_algorithm_optimization.py:1:1: I001 Import block is un-sorted or un-formatted...

@cclauss Thanks for the help, i will try to resolve the error. Thank you once again for giving your time.

@cclauss i have used these for the imports and use the same order ```python import numpy as np import random from concurrent.futures import ThreadPoolExecutor ```

@cclauss can you please check my code as it is failing the test cases and don't know how to resolve, if possible for you. Thank you.