You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When calculating an empty graph, the modularity calculation throw this error:
java.lang.ArithmeticException: / by zero
at org.gephi.statistics.plugin.Modularity.execute(Modularity.java:477)
at org.gephi.statistics.plugin.Modularity.execute(Modularity.java:454)
at bitcoinvisualizer.GraphExporter.Export(GraphExporter.java:529)
at bitcoinvisualizer.GraphExporter.ExportBetweenTwoDates(GraphExporter.java:188)
at bitcoinvisualizer.GraphExporter.ExportOwnersAndDaysToMysql(GraphExporter.java:165)
at bitcoinvisualizer.Main.main(Main.java:83)
Gephi 0.9 bug saving projects that are in Geo Layout? #1373
Modularity Calculation Throws Exception On Empty Graph #713
Getting null pointer error when trying to calculate modularity #1419
No Suitable driver found for jdbc:mysql:// #1317
No Suitable Driver Found for jdbc:postgresql #1466
When calculating an empty graph, the modularity calculation throw this error:
java.lang.ArithmeticException: / by zero
at org.gephi.statistics.plugin.Modularity.execute(Modularity.java:477)
at org.gephi.statistics.plugin.Modularity.execute(Modularity.java:454)
at bitcoinvisualizer.GraphExporter.Export(GraphExporter.java:529)
at bitcoinvisualizer.GraphExporter.ExportBetweenTwoDates(GraphExporter.java:188)
at bitcoinvisualizer.GraphExporter.ExportOwnersAndDaysToMysql(GraphExporter.java:165)
at bitcoinvisualizer.Main.main(Main.java:83)
Modularity was invoked using this method:
The text was updated successfully, but these errors were encountered: