Stefan Seritan

Results 75 comments of Stefan Seritan

The final commits of PR #267 laid the groundwork for this, although additional options have not yet been implemented.

Haven't done a full review yet, but I think I have the most familiarity with the interpygate code so I will put that on my todo list. The interpygate tests...

FYI, I have split off another branch from this called `feature-nonstim-BCH-tools`. The key difference is that the BCH tools in the branch will a) not rely on STIM and b)...

Yea this (and related topics) is something we've discussed several times. [The Google style guide](https://google.github.io/styleguide/pyguide.html#384-classes) suggests that the parameters should only be described in `__init__`, whereas the class docstring should...

I also remember @rileyjmurray talking about docstring templates at some point, but can't remember the exact context.