From d775a55f4e947a004461bc9578416cc48555385c Mon Sep 17 00:00:00 2001 From: jist <95856749+george0st@users.noreply.github.com> Date: Sat, 13 Jan 2024 20:24:38 +0100 Subject: [PATCH 1/3] Update version.py --- qgate_sln_mlrun/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qgate_sln_mlrun/version.py b/qgate_sln_mlrun/version.py index 6d380f8d..357166cd 100644 --- a/qgate_sln_mlrun/version.py +++ b/qgate_sln_mlrun/version.py @@ -1,3 +1,3 @@ # Store the version here so: -__version__ = '0.1.3' \ No newline at end of file +__version__ = '0.1.4' \ No newline at end of file From f7df17b3b411ae906599f378eb10f2294071ae67 Mon Sep 17 00:00:00 2001 From: jist <95856749+george0st@users.noreply.github.com> Date: Sat, 13 Jan 2024 20:28:17 +0100 Subject: [PATCH 2/3] Update ts502.py --- qgate_sln_mlrun/ts/ts502.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/qgate_sln_mlrun/ts/ts502.py b/qgate_sln_mlrun/ts/ts502.py index 199d31dc..d4075a7f 100644 --- a/qgate_sln_mlrun/ts/ts502.py +++ b/qgate_sln_mlrun/ts/ts502.py @@ -20,7 +20,7 @@ def desc(self) -> str: @property def long_desc(self): - return "Get data from on-line feature vector" + return "Get data from on-line feature vector(s), focus on target Redis" def exec(self): self.get_data_online() @@ -68,6 +68,7 @@ def _get_data_online(self, testcase_name, project_name, featurevector_name): f"feature vector return '{resp[0][feature_name]}'") def _get_test_setting(self,featurevector_name): + # get information for testing (feature set, entities and features) test_detail=self.test_setting['vector']['test'][featurevector_name] test_featureset=test_detail['feature-set'] @@ -76,7 +77,7 @@ def _get_test_setting(self,featurevector_name): return test_featureset, test_entities, test_features def _get_data_hint(self, featurevector_name, test_featureset): - + # get data hint for testing file = os.path.join(os.getcwd(), self.setup.model_definition, "03-test", From 15dde19388627b58db38a7d4eae7241b2d2fc8e5 Mon Sep 17 00:00:00 2001 From: jist <95856749+george0st@users.noreply.github.com> Date: Sat, 13 Jan 2024 20:31:00 +0100 Subject: [PATCH 3/3] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index aa4287b9..2c67ec87 100644 --- a/README.md +++ b/README.md @@ -69,3 +69,5 @@ The project was tested with these MLRun versions (see [change log](https://docs. - **Iguazio** (k8s, on-prem with VM with VMware) - Iguazio 3.5.3 (with MLRun 1.4.1) - Iguazio 3.5.1 (with MLRun 1.3.0) + +NOTE: Current state, only the last MLRun/Iguazio versions are valid for testing. \ No newline at end of file