kstaats / karoo_gp

A Genetic Programming platform for Python with TensorFlow for wicked-fast CPU and GPU support.
Other
157 stars 61 forks source link

Fix repr of Terminal instances. #79

Closed ezio-melotti closed 2 years ago

ezio-melotti commented 2 years ago

This PR removes a stray ) in the repr of Terminal instances.

ezio-melotti commented 2 years ago

There are more tests failing because they include the repr with the stray ).

granawkins commented 2 years ago

Looks like the tests need to be updated too.