Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Bug in read_multiline_adjlist()
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Niky Riga  
View profile  
 More options Jul 21 2009, 3:00 pm
From: Niky Riga <nr...@bbn.com>
Date: Tue, 21 Jul 2009 15:00:10 -0400
Local: Tues, Jul 21 2009 3:00 pm
Subject: Bug in read_multiline_adjlist()
Hi,

I discovered a bug in the NetworkX function read_multiline_adjlist().
Comment-lines between the line that introduces a new source
node and the lines for each of the neighboring nodes are not ignored.

For example if the following file is given as input :

# New source node
1 2
# Neighbors list
2 1
3 1

I get the error
TypeError: Failed to convert node (#) to type <type 'int'>

If I remove the line
# Neighbors list

Then it works fine.

Regards,
Niky Riga


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Christopher Ellison  
View profile  
 More options Jul 21 2009, 3:57 pm
From: Christopher Ellison <celli...@cse.ucdavis.edu>
Date: Tue, 21 Jul 2009 12:57:54 -0700
Local: Tues, Jul 21 2009 3:57 pm
Subject: Re: [networkx-discuss] Bug in read_multiline_adjlist()
Niky Riga wrote the following on 07/21/2009 12:00 PM:

> Hi,

> I discovered a bug in the NetworkX function read_multiline_adjlist().

Fixed in SVN rev 1345.

Report back if you encounter other problems.

Thanks,
Chris


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »