[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 583: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 639: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4516: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4516: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4516: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
Gephi forums •DunamicInteger Range as subfilter on Dynamic Range fails
Page 1 of 1

DunamicInteger Range as subfilter on Dynamic Range fails

Posted: 20 Mar 2014 18:10
by npkorsv
I'm trying to apply an Attribute Range filter as a subfilter to a Dynamic Range. The Attribute is of type DynamicInteger. However, the resulting subgraph is incorrect, which I can tell by looking at the node labels which is set to display this attribute. If I define the range as 100-108, I will see nodes with values such as 99 and 111. Has anyone else experienced similar issues?