Tree: 03eb3ee9ba
-
Co-authored-by: Nick Ruest <ruestn@gmail.com>
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
-
-
Use stdin, stdout, and stderr; resolves #47. (#63)
* Update README to reflect changes * Remove references to libgen in Makefile (no longer used for Mac or Linux). * Add test suite for input-output functions. * Remove debug flags from tests and have functions return (1) instead of exit(1). * Use #define instead of const for Ubuntu gcc. * Use stderr instead of stdout for error outputs.
-
Quit graphpass on graph with > 500,000 edges in the graph; resolves #60…
… (#61) * Add optional max-nodes and max-edges flags. * Some minor clean up of flags for alpha order.
-
Clean-up and organize project; resolves #40. (#50)
- Moves Docs -> doc - Moves tests -> src/tests - Moves headers -> src/headers - Moves src/*.c -> src/main - Moves unity -> vendor/unity - Updates Doxygen config - Update Doxygen generated docs - Update README - Update all src files that need to be updated to reflect re-org - Update Makefile so project builds - Clean-up whitespace in src files - Simplify Makefile
-
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