Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • a reusable box written by the user where the box had an illegal python name with a dash in it, causing the mypy parsing to fail (I think)
  • defunct mypy processes getting leftover that needed to be killed by hand (Seshu will understand why the mypyd was not running correctly)
  • update the conda mypy version from 0.910 to 0.961 helped once

Seshu wrote about debugging mypy problems:

i usually dump the file its trying to type check. it saves to a temporary file, so i just replace this line
https://github.com/slac-lcls/ami/blob/master/ami/flowchart/Terminal.py#L585

        with tempfile.NamedTemporaryFile(mode='w') as f:

then you can just run mypy by hand and play with it

EpixHR

See Matt's page of information here: ePixHR Beam Test DAQ

...