Skip to content
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

Exception when "array source" has single value #33

Open
mikekucera opened this issue Nov 2, 2022 · 0 comments
Open

Exception when "array source" has single value #33

mikekucera opened this issue Nov 2, 2022 · 0 comments

Comments

@mikekucera
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant