Fix test bugs

This commit is contained in:
D-X-Y
2021-05-06 16:43:31 +08:00
parent 4c14c7b85b
commit f6a024a6ff
4 changed files with 20 additions and 4 deletions

View File

@@ -24,6 +24,8 @@ from models.xcore import get_model
class Population:
"""A population used to maintain models at different timestamps."""
def __init__(self):
self._time2model = dict()