Closed ulupo closed 3 years ago
Types of changes
Description Small enhancement to the internals of Nerve.fit. collections.defaultdict is used instead of a vanilla Python dict as suggested in the Python documentation for such cases (see https://docs.python.org/3/library/collections.html#collections.defaultdict, under "defaultdict Examples").
Nerve.fit
collections.defaultdict
dict
Checklist
flake8
pytest
Types of changes
Description Small enhancement to the internals of
Nerve.fit
.collections.defaultdict
is used instead of a vanilla Pythondict
as suggested in the Python documentation for such cases (see https://docs.python.org/3/library/collections.html#collections.defaultdict, under "defaultdict Examples").Checklist
flake8
to check my Python changes.pytest
to check this on Python tests.