-
Merge pull request #32 from ruebot/issue-29
greebie committedAug 27, 2018 Remove SOMETHING.am; resolves #29.
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Merge pull request #33 from ruebot/issue-31
greebie committedAug 27, 2018 Remove .atom-build.yml; resolves #31.
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Remove .atom-build.yml; resolves #31.
ruebot committedAug 27, 2018 Verified
This commit was signed with a verified signature.ruebot Nick RuestGPG key ID: 417FAF1A0E1080CD Learn about signing commits -
Remove SOMETHING.am; resolves #29.
ruebot committedAug 27, 2018 Verified
This commit was signed with a verified signature.ruebot Nick RuestGPG key ID: 417FAF1A0E1080CD Learn about signing commits
-
Add Rank Order Testing in Graphpass (#14)
* More unit tests; remove graphpass_test.h which is no longer needed. * Add modularity test. * Include some basic statistical functions: mean, variance, std. Include unit tests. Add "idRef" to keep track of node ids from original graph to filtered graph. * Add p-value calculation (from gpl source, attributed). * Add method to calculate p-value from two rank-orders based on element. * More unit tests. Include rank-order test output to pdv.
-
Remove boilerplate for testing purposes.
greebie committedMar 22, 2018 Take FILEPATH information out of the header (only need to ingest the graph).
-
Add rank-order calculation + unit test.
greebie committedMar 22, 2018
-
Fix analyze test to avoid Floating point problems with Mac vs Linux.
greebie committedMar 21, 2018 -
greebie committed
Mar 21, 2018 -
Add igraph library calls to Makefile.
greebie committedMar 21, 2018 Exit(-1) if graphpass cannot find file.
-
greebie committed
Mar 20, 2018 -
Include new unit tests for NO_SAVE, and visualization elements.
greebie committedMar 20, 2018 -
greebie committed
Mar 20, 2018 -
Add some unit tests and fix errors.
greebie committedMar 20, 2018
-
Fix bug where extra ".graphml" appears.
greebie committedMar 19, 2018 Build infrastructure for unit testing.
-
Merge pull request #12 from archivesunleashed/readme
greebie committedMar 19, 2018 Minor tweaks after working through install docs
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Minor tweaks after working through install docs
ianmilligan1 committedMar 19, 2018 -
greebie committed
Mar 19, 2018 Let make do a no-save quickpass instead of regular.
-
More detailed directions for installing igraph.
greebie committedMar 19, 2018
-
Fixes to README for linux installation.
greebie committedMar 17, 2018 -
greebie committed
Mar 17, 2018 Fixed Bus error bug for output with when no file listed in flags.
-
Major refactor of file structure.
greebie committedMar 17, 2018 Update documentation. Remove autoconf for now.