Daniel Sank

Results 19 issues of Daniel Sank

If they don't, make sure we're using `functools.wraps` etc. where we should be.

Some of the documentation is repetitive. For example, the readme file and the `observed.py` module docstring are largely the same. We should take measures to consolidate, as redundant information is...

enhancement
good-first-issue

Make sure that simultaneously being an observer and observed doesn't screw things up. Write tests.

Because this library targets only Python 3, it could use type annotations ```python from typing import List def function(x: List[str], n: int) -> List[str]: """Repeat a list Parameters ---------- x...

low priority

* How should matrices be formatted, i.e. square or round? * How should linear operators be denoted, i.e. bold type face, normal math letters, or something else?