Skip to content

Exception when "array source" has single value #33

@mikekucera

Description

@mikekucera

I triggered this with an EnrichmentMap network...
I went to the edge table, selected column of type double, and set the entire column to the same value (in this case 1.0).
Then open the MCL Cluster settings dialog, and selected that coumn for Array Source.
The following exception appears in the log...

java.lang.IllegalArgumentException: Upper value is less than or equal to lower value
	at org.cytoscape.work.util.AbstractBounded.setBounds(AbstractBounded.java:180) ~[classes/:?]
	at edu.ucsf.rbvi.clusterMaker2.internal.algorithms.edgeConverters.EdgeAttributeHandler.updateBounds(EdgeAttributeHandler.java:239) ~[?:?]
	at edu.ucsf.rbvi.clusterMaker2.internal.algorithms.edgeConverters.EdgeAttributeHandler.getedgeCutOff(EdgeAttributeHandler.java:100) ~[?:?]
	... 91 more

The BoundedDouble tunable does not accept the upper and lower bound to be the same value.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions