ssec-jhu / evolver-ng

Next gen eVolver controller for bioreactor project - wip
BSD 3-Clause "New" or "Revised" License
3 stars 0 forks source link

Allow overrides when calling ConfigDescriptor.create() #52

Closed jamienoss closed 3 months ago

jamienoss commented 3 months ago

@amitschang Note that this still won't fix the issue I described about the evolver being passed to controllers as self from the evolver instance and that the devices don't live in Controller.Config - because this pattern will still validate and unrecognized args are ignored.

UPDATE: #55 addresses that directly.