Duplicate function names

Issue #99 resolved
andrew_peterson repo owner created an issue

In model/__init__.py, the class LossFunction has both a method and an internal function named process_parallels. We should rename one of them.

Actually, the internal function seems to not be that useful -- it is defined on line 381 and called only once on line 390. It could probably just be inline, not as a function.

Comments (1)

  1. Log in to comment