Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Group persists after edges should have decayed #31

Open
masonyoungblood opened this issue May 17, 2020 · 0 comments
Open

Group persists after edges should have decayed #31

masonyoungblood opened this issue May 17, 2020 · 0 comments

Comments

@masonyoungblood
Copy link

I'm running TILES (non-explicit version) using data ranging from 1992-2018. The input file is correctly formatted, with two columns of node ID's followed by UNIX timestamps (seconds truncated). I want the edges to persist for only 365 days, and I want snapshots of the groups every 365 days. Right now I'm using the following in the command line:

python tiles filename.tsv -o 365 -p output -t 365

Most of the groups appear to behave normally, with the edges disappearing after 365 days, but for some reason three nodes that only have edges in 1992 and 1993 persist as a group until 2018.

Do you have any ideas what the issue might be? Are there any other assumptions that TILES makes that aren't included in the documentation?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant