bioio-devs / bioio-base

Typing, base classes, and more for BioIO projects.
https://bioio-devs.github.io/bioio-base/
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

bugfix/resolution-level-dims-cacheing #19

Closed BrianWhitneyAI closed 3 months ago

BrianWhitneyAI commented 3 months ago

Description

In the last release, we added a resolution_level_dims property. We also cached this value. However, caches are cleared when we set a new resolution level so this feature doesn't work correctly. This is a quick fix to remove caching