silent fail when gexf import bug on timestamp · Issue #666 · gephi/gephi · GitHub
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

silent fail when gexf import bug on timestamp #666

Closed
seinecle opened this issue Aug 22, 2012 · 1 comment
Closed

silent fail when gexf import bug on timestamp #666

seinecle opened this issue Aug 22, 2012 · 1 comment
Assignees
Milestone

Comments

@seinecle
Copy link

To reproduce:

  • create a dynamic gexf file with dynamic edge attributes.
  • create a value for one edge attribute, the timestamp of the attribute should be the same for the "end" and "start" period.
  • importing the gexf then results in a silent fail.
  • suggested fix: include a report on this error in the import window

See this forum thread for the user report:

https://forum.gephi.org/viewtopic.php?f=4&t=2073&start=0

@hailigsblechle
Copy link

Another way to reproduce the behavior of a silent file in this context:

  • create two edge attributes with the same "start" time (i.e. produced by dataset with entries differing in sub seconds)

Example:

<attvalue for="weight" value="29" start="2011-11-21T19:40:35"/>
<attvalue for="weight" value="30" start="2011-11-21T19:40:35"/>

@mbastian mbastian self-assigned this Oct 11, 2015
@mbastian mbastian added this to the 0.9.3 milestone Jan 23, 2022
@mbastian mbastian modified the milestones: 0.9.3, 0.9.4 Mar 10, 2022
@mbastian mbastian modified the milestones: 0.9.4, 0.10.0 Apr 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants