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
I expected to use the scaleFactor parameter to increase the size of db.
Instead, looking into the source code (util/scaleparameters.py), I surprisingly found out that the scaleFactor parameter is used to reduce the size of the database:
I expected to use the scaleFactor parameter to increase the size of db.
Instead, looking into the source code (util/scaleparameters.py), I surprisingly found out that the scaleFactor parameter is used to reduce the size of the database:
Is this correct or should we multiply the default values with the scaleFactor parameter?
(Perhaps we should also replace the assertion in init of ScaleParameters class: assert 1 <= items and items <= constants.NUM_ITEMS)
The text was updated successfully, but these errors were encountered: