Alan R Lowe

Results 43 issues of Alan R Lowe

https://pydantic-docs.helpmanual.io/usage/types/#constrained-types

Why get rid of the `dateclass` structure? _Originally posted by @paddyroddy in https://github.com/quantumjot/BayesianTracker/pull/112#discussion_r855243749_

e.g. https://napari.org/api/napari.layers.Tracks.html

All CI jobs run for all changes, including simple updates to documentation. This is probably overkill. Could consider limiting which jobs are run for certain types of changes, e.g. exclude...

question

We should pass arguments to models when they are loaded: https://github.com/alan-turing-institute/scivision/blob/001a8f82f52fe4d245bd8b9f2f209761f992213c/scivision/io/autoplumber.py#L33-L35

bug
feature

Currently, we're using `intake` to provide data to scivision, but we should also allow the possibility of using data generators as input sources. This could include: - Synthetic data, created...

feature

When exporting the config from the napari plugin, the default config name is used, which means it cannot be loaded until it has been renamed. ``` 167 if config_name in...

bug
napari-plugin