-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels