SevgiAkten / pycellga

Cellular Genetic Algorithms in Python.
https://sevgiakten.github.io/pycellga/
MIT License
2 stars 1 forks source link

tests directory #8

Closed SevgiAkten closed 1 year ago

SevgiAkten commented 1 year ago

I suppose we skip the test file naming convention. We have to put underscore both test filenames and function names in it, like "test_grid" just to run correctly when writing pytest on the terminal. Please correct me if I am wrong.

There is another problem which is occurred when I run for example one_point_crosover.py file and gives me "ModuleNotFoundError: No module named 'individual'". I encounter similar errors in all subfolders when calling a module from another top folder. Before I dont encounter error like this. What could be have caused this?

jbytecode commented 1 year ago

works fine.

SevgiAkten commented 1 year ago

solved