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
Hello everyone,
While testing RAMP, I found that random_seed parameter of the UseCase does not work when indicating date_start and date_end.
When running initialize(force=True) afterwards, this issue is resolved. But given the cli output when initializing without forcing (The usecase '' is already initialized. If you want to force the reinitialization, use argument force=True), I would expect random_seed to be taken into consideration even without reinitialization.
This issue can be replicated with the random_seed.ipynb provided in the /docs/notebooks. Changes only include adding start and end date to the UseCase uc_2 and uc_3, as follows: uc_2 = UseCase(users=deepcopy(User_list), random_seed=1, date_start="2020-01-01", date_end="2020-01-01")
I'd be happy to support resolving this issue. Do you have recurring development calls?
The text was updated successfully, but these errors were encountered:
Hello everyone,
While testing RAMP, I found that
random_seed
parameter of the UseCase does not work when indicatingdate_start
anddate_end
.When running initialize(force=True) afterwards, this issue is resolved. But given the cli output when initializing without forcing (The usecase '' is already initialized. If you want to force the reinitialization, use argument force=True), I would expect
random_seed
to be taken into consideration even without reinitialization.This issue can be replicated with the
random_seed.ipynb
provided in the /docs/notebooks. Changes only include adding start and end date to the UseCase uc_2 and uc_3, as follows:uc_2 = UseCase(users=deepcopy(User_list), random_seed=1, date_start="2020-01-01", date_end="2020-01-01")
I'd be happy to support resolving this issue. Do you have recurring development calls?
The text was updated successfully, but these errors were encountered: