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
When running lily job run --storage CSV --task actor_states walk --from X --to Y, the actor_states.csv that is produced contains some duplicated rows.
Steps to Reproduce:
Initialize Lily from any snapshot and run a walk covering 100 epochs storing the results in CSVs: lily job run --storage CSV --task actor_states walk --from X --to Y
See duplicated lines with cat /tmp/actor_states.csv | sort | uniq -d
This is one of the dupicates I've found in case is helpful.
Describe the bug:
When running
lily job run --storage CSV --task actor_states walk --from X --to Y
, theactor_states.csv
that is produced contains some duplicated rows.Steps to Reproduce:
lily job run --storage CSV --task actor_states walk --from X --to Y
cat /tmp/actor_states.csv | sort | uniq -d
This is one of the dupicates I've found in case is helpful.
Lily Version: v0.13.0
The text was updated successfully, but these errors were encountered: