openflexure-microscope-server/openflexure_microscope
Richard Bowman e73ee8875c Fixed type annotations in autofocus and mock stage
I don't know why these didn't fail before - possibly because of
incomplete type information from old numpy...
I removed a few annotations because they were failing (e.g.
np.sum can return a scalar or an array), but I don't think
this should be a problem - the function inputs and return values
are still typed.
2021-03-30 17:51:00 +01:00
..
api Fixed type annotations in autofocus and mock stage 2021-03-30 17:51:00 +01:00
camera Watch for broken frames using JPEG end bytes, and log error 2020-12-08 18:07:05 +00:00
captures Static type analysis 2020-11-30 13:36:45 +00:00
devel Removed old JSONResponse class 2020-11-12 13:50:48 +00:00
rescue Removed unused import 2021-01-07 10:09:43 +00:00
stage Fixed type annotations in autofocus and mock stage 2021-03-30 17:51:00 +01:00
__init__.py Started basic rescue script 2020-03-03 16:13:21 +00:00
config.py Reverted logging style 2020-11-12 15:45:58 +00:00
json.py Removed deprecated np.float 2021-03-30 17:40:19 +01:00
microscope.py Allow MissingStage to be explicitly selected 2021-02-04 20:31:20 +00:00
paths.py Static type analysis 2020-11-30 13:36:45 +00:00
utilities.py 2.9 dev numpy types 2020-12-04 13:35:11 +00:00