odlgroup / odl

Operator Discretization Library https://odlgroup.github.io/odl/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Split utility.py

kohr-h opened this issue · comments

The utility.py file has grown a bit beyond reasonable size, and it contains a variety of functionality that could be grouped together in a nicer way. Suggestion:

  • printing.py: Stringification of stuff, including helpers for repr
  • types.py: Helpers for checking/coercing (data) types
  • misc.py: Everything left over

Agree with everything!