-
Notifications
You must be signed in to change notification settings - Fork 26
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
Zero weight arcs disappear on network load from file #151
Comments
The issue applies to the process of saving a file, then re-opening the file (Network-> Recent File) with UTF-8 encoding. Lines disappear, not just zero weight lines. The amount of work lost with over 50 nodes makes me question the integrity of the app and searching for an alternative. |
Hello,
Thanks for reporting this. However, I cannot reproduce it (at least on the
latest 3.0 version which I tested). Can you please tell me which version
you are using?
Regards
…On Fri, Mar 22, 2024 at 2:51 AM nienhth ***@***.***> wrote:
The issue applies to the process of saving a file, then re-opening the
file (Network-> Recent File) with UTF-8 encoding. Lines disappear, not just
zero weight lines. The amount of work lost with over 50 nodes makes me
question the integrity of the app and searching for an alternative.
—
Reply to this email directly, view it on GitHub
<#151 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAALUSCLRY3I4UTDXTRFNQLYZN6B7AVCNFSM6AAAAABELZ2US6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMJUGEZDCNRUGU>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
--
Dimitris Kalamaras
|
SocNetV v 3.1 QT BUILD Architecture: SOCNETV BUILD DirPath: SSL version (at built-time): YOUR SYSTEM OS: Kernel: Architecture: SSL support: SSL version (run-time): About web crawler: You are good to go. But please note, you may experience warnings/problems if you have a version of OpenSSL that does not match the one used while building SocNetV (Secure Transport, macOS 14.4) OpenGL: Library Paths: YOUR SCREEN Geometry: Size: Available Size: Device Pixel Ratio (the scale factor applied by the OS/Windowing system): Logical DPI (i.e. 144 on Windows default 150% mode): |
Yes, you are right. The application does allow you to set the edge weight to zero, but it does not save these zero-weight edges to the graphml file (not to mention csv / adjacency where 0 means plainly "no-edge"). |
…ct if any zero-weight edges will be saved (applies only for saving in GraphML format). This is by default FALSE. Note: To do this, we changed saveToGraphMLFormat() accordingly, using a new edgeExistsVirtual() function.
To resolve this quickly, I have added a new Settings option (in a new Options tab!) where you can select if any zero-weight edges will be saved or not (applies only for saving in GraphML format). This option is by default FALSE. |
Platform: Intel Mac mini Running Sonoma 14.4; SocNetV v3.1
Retrieving a network from a saved file, Zero weight lines do not show.
See attached screenshots of network on save (9:09 am) and on file retrieval 5:08pm). Timestamps in file name.
Zero weight arcs used to appear on network load as blue lines (default which I did not change). Other arc weights and colors were changed.
If issue is on saving a file, user feedback that save is complete would be nice.
If this is as designed, perhaps don't allow zero weight or add a note to the documentation.
thanks,
Tom
The text was updated successfully, but these errors were encountered: