This repository was archived by the owner on Aug 24, 2022. It is now read-only.
various small fix/improvements to R scripts for graph analysis#62
Open
mitchell-joblin wants to merge 5 commits intomasterfrom
Open
various small fix/improvements to R scripts for graph analysis#62mitchell-joblin wants to merge 5 commits intomasterfrom
mitchell-joblin wants to merge 5 commits intomasterfrom
Conversation
added 5 commits
October 21, 2017 21:03
Signed-off-by: Mitchell Joblin <mitchell.joblin.ext@siemens.com>
When persons.r expect to be passed command line parameters, it makes it impossible to be sourced by other scripts. Signed-off-by: Mitchell Joblin <mitchell.joblin.ext@siemens.com>
Save plots two different ways, according to project and according to plot type This just helps to more quickly find relavent information Signed-off-by: Mitchell Joblin <mitchell.joblin.ext@siemens.com>
Signed-off-by: Mitchell Joblin <mitchell.joblin.ext@siemens.com>
For some very active projects (e.g. LLVM) the current max packet size is too small and leads to "Mysql server gone away error 2006" The max packet size is now 512MB and the warning message suggests to increase this futher if error 2006 persists. Signed-off-by: Mitchell Joblin <mitchell.joblin.ext@siemens.com>
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Additional logging to make it easier to debug issues
Improvement to saving of plots
Change how R scripts are executed from python code to make person.r more reusable