You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Don't think any "refactor" issue is a "good first issue" ;-) Do keep in mind that if you change the internals in a way that it may break user code, you would have to deprecate ... if it's just moving private functions around, then there is no need to worry of course.
particularly if you want the code to be adopted outside Jones lab; it is sometimes better to keep sub-optimal code if it doesn't break old user code.
Re-organize External Bias handling to resemble how External Drives are handled:
type
andname
for biases (similar to drives)drives.py:_add_drives_from_params()
)tonic
(such asparams.py::_extract_bias_specs_from_hnn_params()
)The text was updated successfully, but these errors were encountered: