-
Notifications
You must be signed in to change notification settings - Fork 26
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
Spelling changes #227
Open
jsoref
wants to merge
54
commits into
memgraph:main
Choose a base branch
from
jsoref:spelling
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Spelling changes #227
Changes from all commits
Commits
Show all changes
54 commits
Select commit
Hold shift + click to select a range
26afb57
spelling: adjacent
jsoref 303faa7
spelling: avoid
jsoref dd7235f
spelling: because
jsoref ad4f1bb
spelling: before
jsoref 4677a2b
spelling: beginning
jsoref 7e94b09
spelling: betweenness
jsoref 622d1fc
spelling: centrality
jsoref 5499182
spelling: characteristics
jsoref 9c715d3
spelling: cleanup
jsoref 58a49ac
spelling: coloring
jsoref 4265361
spelling: community
jsoref 4e8b69f
spelling: constraint
jsoref 891c8d7
spelling: contiguously
jsoref 07bfbd7
spelling: convergence
jsoref f67251c
spelling: cycle
jsoref 18cc4d3
spelling: deprecated
jsoref b96d5e3
spelling: dissect
jsoref bae3c61
spelling: dominators
jsoref cdffb63
spelling: edges
jsoref 740cbb1
spelling: empty
jsoref 00d03ab
spelling: equitable
jsoref a1942b4
spelling: from
jsoref 9bd38da
spelling: fundamental
jsoref 7d3631a
spelling: generator
jsoref aa6c668
spelling: github
jsoref 6b95873
spelling: graphs
jsoref 8471d10
spelling: greater
jsoref 2c27f7d
spelling: indexes
jsoref 7e4e25a
spelling: intermediate
jsoref 8a1bd22
spelling: kcomponents
jsoref 0a81094
spelling: length
jsoref cf2603b
spelling: management
jsoref 4f5799c
spelling: message
jsoref ee8130d
spelling: millisecond
jsoref 3cfa191
spelling: neighbor
jsoref f5c3b88
spelling: neighbors
jsoref 9f767c9
spelling: nonbipartite
jsoref 7bc0163
spelling: number
jsoref b8bd701
spelling: ordered
jsoref 70e3268
spelling: original
jsoref a8a3bab
spelling: overridden
jsoref 8704c00
spelling: parameters
jsoref 1193e30
spelling: percentage
jsoref 8340981
spelling: probability
jsoref bbd7c8d
spelling: property
jsoref f3b4f68
spelling: redistributed
jsoref e786fc9
spelling: resolution
jsoref 0fa67f1
spelling: similarity
jsoref 8d662ed
spelling: successfully
jsoref 8b8c103
spelling: swapping
jsoref 50b2440
spelling: synchronizing
jsoref 56c0305
spelling: tuple
jsoref 8074ff5
spelling: utility
jsoref dc5ad46
spelling: variables
jsoref File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -87,7 +87,7 @@ void runMultiPhaseBasicDirected(graph *G, long *C_orig, int basicOpt, long minGr | |
totTimeClustering += tmpTime; | ||
totItr += tmpItr; | ||
|
||
//Renumber the clusters contiguiously | ||
//Renumber the clusters contiguously | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. hopefully? |
||
numClusters = renumberClustersContiguously(C, G->numVertices); | ||
|
||
//Keep track of clusters in C_orig | ||
|
@@ -186,7 +186,7 @@ void runMultiPhaseBasicOnceDirected(graph *G, long *C_orig, int basicOpt, long m | |
totTimeClustering += tmpTime; | ||
totItr += tmpItr; | ||
|
||
//Renumber the clusters contiguiously | ||
//Renumber the clusters contiguously | ||
numClusters = renumberClustersContiguously(C, G->numVertices); | ||
|
||
//Keep track of clusters in C_orig | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
cpp/community_detection_module/grappolo/DefineStructure/basic_util.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ int algoColoringMultiHashMaxMin(graph *G, int *vtxColor, int nThreads, double *t | |
// In vBase.cpp | ||
int vBaseRedistribution(graph* G, int* vtxColor, int ncolors, int type); | ||
|
||
// In equtiableColoringDistanceOne.cpp | ||
// In equitableColoringDistanceOne.cpp | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The filename is correctly spelled in version control, only this reference was wrong... |
||
void buildColorSize(long NVer, int *vtxColor, int numColors, long *colorSize); | ||
void computeVariance(long NVer, int numColors, long *colorSize); | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
brand