Skip to content

I have added code that takes in r-styled config files, translates the…#2

Open
shelleylwang wants to merge 2 commits into
DeepDive-project:mainfrom
shelleylwang:fix-r-styling
Open

I have added code that takes in r-styled config files, translates the…#2
shelleylwang wants to merge 2 commits into
DeepDive-project:mainfrom
shelleylwang:fix-r-styling

Conversation

@shelleylwang

Copy link
Copy Markdown
Contributor

…m into python styling, then proceeds with running the program

Every time you use "DeepDiveR" to create the config.ini file, it creates the file with R-style content (things like "area_end = c(60..." or using "NA" instead of "None")

Then you try to run the deepdive simulations with the deepdive program, which is all written in python, and doesn’t handle the fact that the input config.ini file is in R-style. This issue was causing simulations to freeze at “Running simulation 1 of 100”

I added code that takes in the config file and translates any R-style into python. I tested this again by running my R-styled config file using this new code, and the freeze error did not occur

…m into python styling, then proceeds with running the program
…rectly constructed with duplicate directories
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant