-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/update-schema' into search-after
- Loading branch information
Showing
14 changed files
with
46 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ def simple_project_node(simple_collection_node) -> cript.Project: | |
def complex_project_dict(complex_collection_node, simple_material_node, complex_user_node) -> dict: | ||
project_dict = {"node": ["Project"]} | ||
project_dict["locked"] = True | ||
project_dict["model_version"] = "1.0.0" | ||
project_dict["model_version"] = "1.0.1" | ||
project_dict["updated_by"] = json.loads(copy.deepcopy(complex_user_node).get_expanded_json()) | ||
project_dict["created_by"] = json.loads(complex_user_node.get_expanded_json()) | ||
project_dict["public"] = True | ||
|
@@ -60,7 +60,7 @@ def fixed_cyclic_project_node() -> cript.Project: | |
project_json_string += '"created_at": "2024-03-12 15:58:12.486673",\n' | ||
project_json_string += '"updated_at": "2024-03-12 15:58:12.486681",\n' | ||
project_json_string += '"email": "[email protected]",\n' | ||
project_json_string += '"model_version": "1.0.0",\n' | ||
project_json_string += '"model_version": "1.0.1",\n' | ||
project_json_string += '"orcid": "0000-0002-0000-0000",\n' | ||
project_json_string += '"picture": "/my/picture/path",\n' | ||
project_json_string += '"username": "testuser"\n' | ||
|
@@ -72,13 +72,13 @@ def fixed_cyclic_project_node() -> cript.Project: | |
project_json_string += '"created_at": "2024-03-12 15:58:12.486673",\n' | ||
project_json_string += '"updated_at": "2024-03-12 15:58:12.486681",\n' | ||
project_json_string += '"email": "[email protected]",\n' | ||
project_json_string += '"model_version": "1.0.0",\n' | ||
project_json_string += '"model_version": "1.0.1",\n' | ||
project_json_string += '"orcid": "0000-0002-0000-0000",\n' | ||
project_json_string += '"picture": "/my/picture/path",\n' | ||
project_json_string += '"username": "testuser"\n' | ||
project_json_string += "},\n" | ||
project_json_string += '"locked": true,\n' | ||
project_json_string += '"model_version": "1.0.0",\n' | ||
project_json_string += '"model_version": "1.0.1",\n' | ||
project_json_string += '"public": true,\n' | ||
project_json_string += '"name": "my project name",\n' | ||
project_json_string += '"notes": "my project notes",\n' | ||
|
@@ -126,7 +126,7 @@ def fixed_cyclic_project_node() -> cript.Project: | |
project_json_string += '"node": ["Property"],\n' | ||
project_json_string += '"uid": "_:fc504202-6fdd-43c7-830d-40c7d3f0cb8c",\n' | ||
project_json_string += '"uuid": "fc504202-6fdd-43c7-830d-40c7d3f0cb8c",\n' | ||
project_json_string += '"key": "modulus_shear",\n' | ||
project_json_string += '"key": "enthalpy",\n' | ||
project_json_string += '"type": "value",\n' | ||
project_json_string += '"value": 5.0,\n' | ||
project_json_string += '"unit": "GPa",\n' | ||
|
@@ -213,7 +213,7 @@ def fixed_cyclic_project_node() -> cript.Project: | |
project_json_string += '"node": ["Property"],\n' | ||
project_json_string += '"uid": "_:fde629f5-8d3a-4546-8cd3-9de63b990187",\n' | ||
project_json_string += '"uuid": "fde629f5-8d3a-4546-8cd3-9de63b990187",\n' | ||
project_json_string += '"key": "modulus_shear",\n' | ||
project_json_string += '"key": "enthalpy",\n' | ||
project_json_string += '"type": "value",\n' | ||
project_json_string += '"value": 5.0,\n' | ||
project_json_string += '"unit": "GPa",\n' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters