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

648 update description in the spec for the following analyses #660

Open
wants to merge 8 commits into
base: develop
Choose a base branch
from

Conversation

longshuicy
Copy link
Member

No description provided.

@@ -22,7 +22,7 @@ def __init__(self, incore_client):
super(PipelineRepairCost, self).__init__(incore_client)

def run(self):
"""Executes pipline facility repair cost analysis."""
"""Executes pipline repair cost analysis."""
Copy link
Member

Choose a reason for hiding this comment

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

typo in pipeline.

@@ -188,65 +188,66 @@ def get_spec(self):
"""
return {
"name": "pipeline-repair-cost",
"description": "Pipeline repair cost analysis.",
"description": "This analysis estimates the repair costs of water pipeline for different "
Copy link
Member

Choose a reason for hiding this comment

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

I could be wrong, but I don't think this is limited to water pipelines.

@@ -654,49 +655,49 @@ def get_spec(self):
{
"id": "dfr3_mapping_set",
"required": True,
"description": "DFR3 Mapping Set Object",
"description": "DFR3 mapping set containing rules to map DFR3 curves to the pipeline inventory.",
Copy link
Member

Choose a reason for hiding this comment

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

building inventory?

@navarroc
Copy link
Member

Looks good overall, just a few minor things and this should be ready to merge.

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.

Update Description in the Spec for the following analyses
2 participants