Catch missing core in config#6
Catch missing core in config#6gselzer wants to merge 2 commits intotlambert03:catch-missing-corefrom
Conversation
|
yeah, unfortunately... while this certainly fixes the issues, it goes in a direction I was hoping we wouldn't have to go in, which is to bring in the core to something that was otherwise purely model. The entire config group stuff so far needs no "maintained" awareness of a core, but rather checks in with the core just once in |
That's not quite true though - if you run |
yes that's what I meant by "grab the device type at model creation time, not to preserve the core" in pymmcore-plus#469 (comment) in any case... this has already been on my radar, and it's all part of pymmcore-plus#451 which is still an active work in progress. I know where I'm going with that and this will be modified in the course of that PR. |
Was just looking though pymmcore-plus#469 and wanted to check whether I could fix some of the test errors...this changeset fixes the errors coming out of
test_config_groups_widget.py.Feel free to use or discard if you don't want it.