amnh / PCG

𝙋𝙝𝙮𝙡𝙤𝙜𝙚𝙣𝙚𝙩𝙞𝙘 𝘾𝙤𝙢𝙥𝙤𝙣𝙚𝙣𝙩 𝙂𝙧𝙖𝙥𝙝 ⸺ Haskell program and libraries for general phylogenetic graph search
28 stars 1 forks source link

Code review and remove unnecessary Python files. #94

Closed recursion-ninja closed 5 years ago

recursion-ninja commented 5 years ago

We have about 800 lines of Python code in 9 files currently tracked in our codebase. We should review if these files provide utility to the project or should be removed as extraneous.

TestDat/RandomSeqs.py
ffi/memoized-tcm/test-suite/printMatrix.py
ffi/external-direct-optimization/test-suite/python_3/variance_python3.py
ffi/external-direct-optimization/test-suite/python_3/run_3_rand_seqs_poy_python3.py
ffi/external-direct-optimization/test-suite/python_3/generateConsistentRandomIntSeqs_python3.py
ffi/external-direct-optimization/test-suite/python_3/run_3_rand_seqs_C_interface_python3.py
ffi/external-direct-optimization/test-suite/python_2/generateConsistentRandomIntSeqs_python2.py
ffi/external-direct-optimization/test-suite/python_2/run_3_rand_seqs_C_interface_python2.py
ffi/external-direct-optimization/test-suite/python_2/run_3_rand_seqs_poy_python2.py
recursion-ninja commented 5 years ago

This code is used for testing the C code. Closing as the python code is useful.