Skip to content

Commit

Permalink
Release 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mosoriob committed Oct 17, 2019
1 parent 6167924 commit 7772bdb
Show file tree
Hide file tree
Showing 28 changed files with 460 additions and 460 deletions.
2 changes: 1 addition & 1 deletion docs/EmpiricalModel.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ Name | Type | Description | Notes
**has_purpose** | **list[str]** | | [optional]
**id** | **str** | | [optional]
**has_sample_visualization** | **list[object]** | | [optional]
**identifier** | **list[str]** | | [optional]
**memory_requirements** | **list[str]** | | [optional]
**identifier** | **list[str]** | | [optional]
**website** | **list[str]** | | [optional]
**citation** | **list[str]** | | [optional]
**author** | **list[object]** | | [optional]
Expand Down
2 changes: 1 addition & 1 deletion docs/Emulator.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ Name | Type | Description | Notes
**has_purpose** | **list[str]** | | [optional]
**id** | **str** | | [optional]
**has_sample_visualization** | **list[object]** | | [optional]
**identifier** | **list[str]** | | [optional]
**memory_requirements** | **list[str]** | | [optional]
**identifier** | **list[str]** | | [optional]
**website** | **list[str]** | | [optional]
**citation** | **list[str]** | | [optional]
**author** | **list[object]** | | [optional]
Expand Down
2 changes: 1 addition & 1 deletion docs/Grid.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ Name | Type | Description | Notes
**label** | **list[str]** | | [optional]
**type** | **list[str]** | | [optional]
**has_fixed_resource** | **list[object]** | | [optional]
**has_spatial_resolution** | **list[str]** | | [optional]
**has_coordinate_system** | **list[str]** | | [optional]
**has_spatial_resolution** | **list[str]** | | [optional]
**has_shape** | **list[str]** | | [optional]
**has_dimension** | **list[str]** | | [optional]
**position** | **list[float]** | | [optional]
Expand Down
2 changes: 1 addition & 1 deletion docs/HybridModel.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ Name | Type | Description | Notes
**has_purpose** | **list[str]** | | [optional]
**id** | **str** | | [optional]
**has_sample_visualization** | **list[object]** | | [optional]
**identifier** | **list[str]** | | [optional]
**memory_requirements** | **list[str]** | | [optional]
**identifier** | **list[str]** | | [optional]
**website** | **list[str]** | | [optional]
**citation** | **list[str]** | | [optional]
**author** | **list[object]** | | [optional]
Expand Down
2 changes: 1 addition & 1 deletion docs/Model.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ Name | Type | Description | Notes
**has_purpose** | **list[str]** | | [optional]
**id** | **str** | | [optional]
**has_sample_visualization** | **list[object]** | | [optional]
**identifier** | **list[str]** | | [optional]
**memory_requirements** | **list[str]** | | [optional]
**identifier** | **list[str]** | | [optional]
**website** | **list[str]** | | [optional]
**citation** | **list[str]** | | [optional]
**author** | **list[object]** | | [optional]
Expand Down
8 changes: 4 additions & 4 deletions docs/Parameter.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**has_default_value** | **list[object]** | | [optional]
**has_maximum_accepted_value** | **list[object]** | | [optional]
**has_default_value** | **list[str]** | | [optional]
**has_maximum_accepted_value** | **list[str]** | | [optional]
**description** | **list[str]** | | [optional]
**has_data_type** | **list[str]** | | [optional]
**has_fixed_value** | **list[object]** | | [optional]
**has_fixed_value** | **list[str]** | | [optional]
**has_presentation** | [**list[VariablePresentation]**](VariablePresentation.md) | | [optional]
**label** | **list[str]** | | [optional]
**type** | **list[str]** | | [optional]
**has_minimum_accepted_value** | **list[object]** | | [optional]
**has_minimum_accepted_value** | **list[str]** | | [optional]
**adjusts_variable** | **list[object]** | | [optional]
**position** | **list[float]** | | [optional]
**id** | **str** | | [optional]
Expand Down
2 changes: 1 addition & 1 deletion docs/PointBasedGrid.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ Name | Type | Description | Notes
**label** | **list[str]** | | [optional]
**type** | **list[str]** | | [optional]
**has_fixed_resource** | **list[object]** | | [optional]
**has_spatial_resolution** | **list[str]** | | [optional]
**has_coordinate_system** | **list[str]** | | [optional]
**has_spatial_resolution** | **list[str]** | | [optional]
**has_shape** | **list[str]** | | [optional]
**has_dimension** | **list[str]** | | [optional]
**position** | **list[float]** | | [optional]
Expand Down
4 changes: 2 additions & 2 deletions docs/Software.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ Name | Type | Description | Notes
**has_version** | [**list[SoftwareVersion]**](SoftwareVersion.md) | | [optional]
**has_typical_data_source** | **list[str]** | | [optional]
**has_download_url** | **list[str]** | | [optional]
**reference_publication** | **list[str]** | | [optional]
**description** | **list[str]** | | [optional]
**reference_publication** | **list[str]** | | [optional]
**screenshot** | [**list[Image]**](Image.md) | | [optional]
**type** | **list[str]** | | [optional]
**has_installation_instructions** | **list[str]** | | [optional]
Expand All @@ -35,8 +35,8 @@ Name | Type | Description | Notes
**label** | **list[str]** | | [optional]
**has_assumption** | **list[str]** | | [optional]
**date_published** | **list[str]** | | [optional]
**license** | **list[str]** | | [optional]
**operating_systems** | **list[str]** | | [optional]
**license** | **list[str]** | | [optional]
**has_source_code** | [**list[SourceCode]**](SourceCode.md) | | [optional]
**has_example** | **list[str]** | | [optional]
**publisher** | **list[object]** | | [optional]
Expand Down
2 changes: 1 addition & 1 deletion docs/SoftwareConfiguration.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ Name | Type | Description | Notes
**has_component_location** | **list[str]** | | [optional]
**has_version** | [**list[SoftwareVersion]**](SoftwareVersion.md) | | [optional]
**has_typical_data_source** | **list[str]** | | [optional]
**reference_publication** | **list[str]** | | [optional]
**description** | **list[str]** | | [optional]
**reference_publication** | **list[str]** | | [optional]
**screenshot** | [**list[Image]**](Image.md) | | [optional]
**has_software_image** | [**list[SoftwareImage]**](SoftwareImage.md) | | [optional]
**date_created** | **list[str]** | | [optional]
Expand Down
4 changes: 2 additions & 2 deletions docs/SoftwareImage.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ Name | Type | Description | Notes
**has_version** | [**list[SoftwareVersion]**](SoftwareVersion.md) | | [optional]
**has_typical_data_source** | **list[str]** | | [optional]
**has_download_url** | **list[str]** | | [optional]
**reference_publication** | **list[str]** | | [optional]
**description** | **list[str]** | | [optional]
**reference_publication** | **list[str]** | | [optional]
**screenshot** | [**list[Image]**](Image.md) | | [optional]
**type** | **list[str]** | | [optional]
**has_installation_instructions** | **list[str]** | | [optional]
Expand All @@ -36,8 +36,8 @@ Name | Type | Description | Notes
**has_execution_command** | **list[str]** | | [optional]
**has_assumption** | **list[str]** | | [optional]
**date_published** | **list[str]** | | [optional]
**license** | **list[str]** | | [optional]
**operating_systems** | **list[str]** | | [optional]
**license** | **list[str]** | | [optional]
**has_source_code** | [**list[SourceCode]**](SourceCode.md) | | [optional]
**has_example** | **list[str]** | | [optional]
**publisher** | **list[object]** | | [optional]
Expand Down
4 changes: 2 additions & 2 deletions docs/SoftwareVersion.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ Name | Type | Description | Notes
**has_version** | [**list[SoftwareVersion]**](SoftwareVersion.md) | | [optional]
**has_typical_data_source** | **list[str]** | | [optional]
**has_download_url** | **list[str]** | | [optional]
**reference_publication** | **list[str]** | | [optional]
**description** | **list[str]** | | [optional]
**reference_publication** | **list[str]** | | [optional]
**screenshot** | [**list[Image]**](Image.md) | | [optional]
**type** | **list[str]** | | [optional]
**has_installation_instructions** | **list[str]** | | [optional]
Expand All @@ -36,8 +36,8 @@ Name | Type | Description | Notes
**label** | **list[str]** | | [optional]
**has_assumption** | **list[str]** | | [optional]
**date_published** | **list[str]** | | [optional]
**license** | **list[str]** | | [optional]
**operating_systems** | **list[str]** | | [optional]
**license** | **list[str]** | | [optional]
**has_source_code** | [**list[SourceCode]**](SourceCode.md) | | [optional]
**has_example** | **list[str]** | | [optional]
**publisher** | **list[object]** | | [optional]
Expand Down
2 changes: 1 addition & 1 deletion docs/SpatiallyDistributedGrid.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ Name | Type | Description | Notes
**label** | **list[str]** | | [optional]
**type** | **list[str]** | | [optional]
**has_fixed_resource** | **list[object]** | | [optional]
**has_spatial_resolution** | **list[str]** | | [optional]
**has_coordinate_system** | **list[str]** | | [optional]
**has_spatial_resolution** | **list[str]** | | [optional]
**has_shape** | **list[str]** | | [optional]
**has_dimension** | **list[str]** | | [optional]
**position** | **list[float]** | | [optional]
Expand Down
2 changes: 1 addition & 1 deletion docs/TheoryGuidedModel.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ Name | Type | Description | Notes
**has_purpose** | **list[str]** | | [optional]
**id** | **str** | | [optional]
**has_sample_visualization** | **list[object]** | | [optional]
**identifier** | **list[str]** | | [optional]
**memory_requirements** | **list[str]** | | [optional]
**identifier** | **list[str]** | | [optional]
**website** | **list[str]** | | [optional]
**citation** | **list[str]** | | [optional]
**author** | **list[object]** | | [optional]
Expand Down
6 changes: 3 additions & 3 deletions docs/VariablePresentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**has_default_value** | **list[object]** | | [optional]
**has_default_value** | **list[str]** | | [optional]
**has_standard_variable** | [**list[StandardVariable]**](StandardVariable.md) | | [optional]
**has_maximum_accepted_value** | **list[object]** | | [optional]
**has_maximum_accepted_value** | **list[str]** | | [optional]
**has_constraint** | **list[str]** | | [optional]
**description** | **list[str]** | | [optional]
**label** | **list[str]** | | [optional]
**type** | **list[str]** | | [optional]
**has_long_name** | **list[str]** | | [optional]
**has_short_name** | **list[str]** | | [optional]
**has_minimum_accepted_value** | **list[object]** | | [optional]
**has_minimum_accepted_value** | **list[str]** | | [optional]
**id** | **str** | | [optional]
**part_of_dataset** | [**list[DatasetSpecification]**](DatasetSpecification.md) | | [optional]
**uses_unit** | **list[object]** | | [optional]
Expand Down
56 changes: 28 additions & 28 deletions modelcatalog/models/empirical_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ class EmpiricalModel(object):
'has_purpose': 'list[str]',
'id': 'str',
'has_sample_visualization': 'list[object]',
'identifier': 'list[str]',
'memory_requirements': 'list[str]',
'identifier': 'list[str]',
'website': 'list[str]',
'citation': 'list[str]',
'author': 'list[object]',
Expand Down Expand Up @@ -98,8 +98,8 @@ class EmpiricalModel(object):
'has_purpose': 'hasPurpose',
'id': 'id',
'has_sample_visualization': 'hasSampleVisualization',
'identifier': 'identifier',
'memory_requirements': 'memoryRequirements',
'identifier': 'identifier',
'website': 'website',
'citation': 'citation',
'author': 'author',
Expand All @@ -118,7 +118,7 @@ class EmpiricalModel(object):
'publisher': 'publisher'
}

def __init__(self, has_funding=None, keywords=None, has_documentation=None, has_grid=None, software_requirements=None, has_version=None, has_typical_data_source=None, has_download_url=None, description=None, reference_publication=None, screenshot=None, type=None, has_installation_instructions=None, has_model_category=None, date_created=None, contributor=None, compatible_visualization_software=None, has_faq=None, logo=None, has_contact_person=None, has_purpose=None, id=None, has_sample_visualization=None, identifier=None, memory_requirements=None, website=None, citation=None, author=None, processor_requirements=None, has_usage_notes=None, short_description=None, label=None, has_assumption=None, date_published=None, license=None, operating_systems=None, has_source_code=None, has_explanation_diagram=None, has_example=None, has_equation=None, publisher=None): # noqa: E501
def __init__(self, has_funding=None, keywords=None, has_documentation=None, has_grid=None, software_requirements=None, has_version=None, has_typical_data_source=None, has_download_url=None, description=None, reference_publication=None, screenshot=None, type=None, has_installation_instructions=None, has_model_category=None, date_created=None, contributor=None, compatible_visualization_software=None, has_faq=None, logo=None, has_contact_person=None, has_purpose=None, id=None, has_sample_visualization=None, memory_requirements=None, identifier=None, website=None, citation=None, author=None, processor_requirements=None, has_usage_notes=None, short_description=None, label=None, has_assumption=None, date_published=None, license=None, operating_systems=None, has_source_code=None, has_explanation_diagram=None, has_example=None, has_equation=None, publisher=None): # noqa: E501
"""EmpiricalModel - a model defined in OpenAPI""" # noqa: E501

self._has_funding = None
Expand All @@ -144,8 +144,8 @@ def __init__(self, has_funding=None, keywords=None, has_documentation=None, has_
self._has_purpose = None
self._id = None
self._has_sample_visualization = None
self._identifier = None
self._memory_requirements = None
self._identifier = None
self._website = None
self._citation = None
self._author = None
Expand Down Expand Up @@ -298,18 +298,18 @@ def __init__(self, has_funding=None, keywords=None, has_documentation=None, has_
if hasattr(self, '_has_sample_visualization'): del self._has_sample_visualization
if hasattr(self.attribute_map, 'has_sample_visualization'): del self.attribute_map['has_sample_visualization']
if hasattr(self.openapi_types, 'has_sample_visualization'): del self.openapi_types['has_sample_visualization']
if identifier is not None:
self.identifier = identifier
else:
if hasattr(self, '_identifier'): del self._identifier
if hasattr(self.attribute_map, 'identifier'): del self.attribute_map['identifier']
if hasattr(self.openapi_types, 'identifier'): del self.openapi_types['identifier']
if memory_requirements is not None:
self.memory_requirements = memory_requirements
else:
if hasattr(self, '_memory_requirements'): del self._memory_requirements
if hasattr(self.attribute_map, 'memory_requirements'): del self.attribute_map['memory_requirements']
if hasattr(self.openapi_types, 'memory_requirements'): del self.openapi_types['memory_requirements']
if identifier is not None:
self.identifier = identifier
else:
if hasattr(self, '_identifier'): del self._identifier
if hasattr(self.attribute_map, 'identifier'): del self.attribute_map['identifier']
if hasattr(self.openapi_types, 'identifier'): del self.openapi_types['identifier']
if website is not None:
self.website = website
else:
Expand Down Expand Up @@ -891,46 +891,46 @@ def has_sample_visualization(self, has_sample_visualization):
self._has_sample_visualization = has_sample_visualization

@property
def identifier(self):
"""Gets the identifier of this EmpiricalModel. # noqa: E501
def memory_requirements(self):
"""Gets the memory_requirements of this EmpiricalModel. # noqa: E501
:return: The identifier of this EmpiricalModel. # noqa: E501
:return: The memory_requirements of this EmpiricalModel. # noqa: E501
:rtype: list[str]
"""
return self._identifier
return self._memory_requirements

@identifier.setter
def identifier(self, identifier):
"""Sets the identifier of this EmpiricalModel.
@memory_requirements.setter
def memory_requirements(self, memory_requirements):
"""Sets the memory_requirements of this EmpiricalModel.
:param identifier: The identifier of this EmpiricalModel. # noqa: E501
:param memory_requirements: The memory_requirements of this EmpiricalModel. # noqa: E501
:type: list[str]
"""

self._identifier = identifier
self._memory_requirements = memory_requirements

@property
def memory_requirements(self):
"""Gets the memory_requirements of this EmpiricalModel. # noqa: E501
def identifier(self):
"""Gets the identifier of this EmpiricalModel. # noqa: E501
:return: The memory_requirements of this EmpiricalModel. # noqa: E501
:return: The identifier of this EmpiricalModel. # noqa: E501
:rtype: list[str]
"""
return self._memory_requirements
return self._identifier

@memory_requirements.setter
def memory_requirements(self, memory_requirements):
"""Sets the memory_requirements of this EmpiricalModel.
@identifier.setter
def identifier(self, identifier):
"""Sets the identifier of this EmpiricalModel.
:param memory_requirements: The memory_requirements of this EmpiricalModel. # noqa: E501
:param identifier: The identifier of this EmpiricalModel. # noqa: E501
:type: list[str]
"""

self._memory_requirements = memory_requirements
self._identifier = identifier

@property
def website(self):
Expand Down
Loading

0 comments on commit 7772bdb

Please sign in to comment.