SpiNNakerManchester / SpiNNUtils

Utility classes and functions for SpiNNaker projects
Apache License 2.0
1 stars 5 forks source link

_Needs_loading class #238

Closed Christian-B closed 1 year ago

Christian-B commented 1 year ago

For Option 1 see: https://github.com/SpiNNakerManchester/SpiNNUtils/pull/239

Option 2: avoids the Optional on __config and all the if required. This adds a special class which handles the cases where config has not been loaded yet.

Could use some doc before merging

Christian-B commented 1 year ago

https://github.com/SpiNNakerManchester/SpiNNUtils/pull/241 is much better