Skip to content
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

Refactoring the template.schedule module #70

Merged
merged 141 commits into from
Aug 12, 2020

Conversation

samuelduchesne
Copy link
Owner

This pull request intends to refactor the template.schedule module which merits a proper makeover as it was one of the first modules to be created.

@samuelduchesne samuelduchesne added the refactoring Includes code changes that don't change the functionality of the program, just perform refactoring label Mar 27, 2020
@samuelduchesne samuelduchesne self-assigned this Mar 27, 2020
No need to specify "ep_object" and "kwargs" in dictionary of new id object. Just pass a dict with {key="OBJECT_KEY", **kwargs}, where kwargs is the field=value names
…stance instead. Fixes issues with parallel processing
…d to read the IDF

This prevents the newidfobject method to modify the IDF file which in turn changed the simulation_dir
Possible to call the debug option in the cli with the -d option. Will break on any raised exception.
Uses get_referenced_object instead of looping though validobjects
Gas properties are taken from the literature
Uses the simulation Zone Summary instead
hopefully, this is quicker
@samuelduchesne samuelduchesne merged commit 5ff546c into develop Aug 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactoring Includes code changes that don't change the functionality of the program, just perform refactoring
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant