Skip to content

Only Generate results value builder and its related changes - #326

Open
Jatin1628 wants to merge 1 commit into
Aditya-Donde:devfrom
Jatin1628:GEN_TEST
Open

Only Generate results value builder and its related changes#326
Jatin1628 wants to merge 1 commit into
Aditya-Donde:devfrom
Jatin1628:GEN_TEST

Conversation

@Jatin1628

Copy link
Copy Markdown

Generate results' resolvers always read from Output Dict


KEY_LC_COMBINATIONS = "loading.load_combination.combinations"
KEY_LC_TAB = "loading.load_combination.tab"
KEY_LC_REPORT = "loading.load_combination.report"

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

name will be changed

"""Return design_results[KEY_SD_ULS_PER_GIRDER], or {} if unavailable."""
if bridge is None:
return {}
def _display_girders(output_dict, keys) -> list:

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

check why this function is needed here since output will have the correct no. of girders without edge beams

min_sl = EMPTY
cd = (dr.get("capacity_details") or {})
clause = cd.get("stud_spacing", {}).get("clause") or "IRC 22 Cl. 606.4.1"
clause = _val(cd.get("stud_spacing", {}).get("clause"))

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

check if this should be here or we decided to remove


def _get_cache(output_dict):
"""Return the load-effects envelope from output_dict, or None if absent."""
cache = (output_dict or {}).get("load_effects_cache")

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

where is load effects cache being called from?

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.

2 participants