Closed netherwaves closed 3 years ago
I would have liked to take a look at the code before it's merged, ideally. Also, it's best to let the author of the PR merge it themselves, ideally, so that in case of a problem, they can fix it.
oh okay, understood! thank you for that clarification - my bad. I'm still learning the proper etiquette for github.
closes nothing... (yet!)
this PR introduces a new GUI modification: in the list of generators, it is now possible to choose which generator we can create according to the list of generator types registered to
GeneratorMetaModel
.currently, since we only have a working implementation for the SNN, it is the only creatable generator type. concurrently, dynamic generator construction hasn't been implemented yet, which is why #251 and #247 remain open. however, the GUI should technically follow suit as soon as those two features have been taken care of.