-
Notifications
You must be signed in to change notification settings - Fork 10
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
base: develop
Are you sure you want to change the base?
648 update description in the spec for the following analyses #660
Conversation
@@ -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.""" |
There was a problem hiding this comment.
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 " |
There was a problem hiding this comment.
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.", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
building inventory?
Looks good overall, just a few minor things and this should be ready to merge. |
No description provided.