***
Wartungsfenster jeden ersten Mittwoch vormittag im Monat
***
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
fairnb
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Weise, Martin
fairnb
Compare revisions
7bcf150e50f2ee4214331d51492708a72745e969 to b6c3e43672bc27248a5e9fa3bd30681d24a4ae96
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
martin.weise/fairnb
Select target project
No results found
b6c3e43672bc27248a5e9fa3bd30681d24a4ae96
Select Git revision
Branches
master
Tags
1.0.0
Swap
Target
martin.weise/fairnb
Select target project
martin.weise/fairnb
1 result
7bcf150e50f2ee4214331d51492708a72745e969
Select Git revision
Branches
master
Tags
1.0.0
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
resource/5_ml_model/ml_model_entity_metadata.yml
+1
-1
1 addition, 1 deletion
resource/5_ml_model/ml_model_entity_metadata.yml
test/integration/test_download_entities.py
+2
-2
2 additions, 2 deletions
test/integration/test_download_entities.py
with
3 additions
and
3 deletions
resource/5_ml_model/ml_model_entity_metadata.yml
View file @
b6c3e436
...
@@ -21,7 +21,7 @@ metadata:
...
@@ -21,7 +21,7 @@ metadata:
publisher
:
TU Wien
publisher
:
TU Wien
related_identifiers
:
related_identifiers
:
-
identifier
:
https://gitlab.tuwien.ac.at/martin.weise/fairnb
-
identifier
:
https://gitlab.tuwien.ac.at/martin.weise/fairnb
relation
:
relation
_type
:
id
:
isderivedfrom
id
:
isderivedfrom
resource_type
:
resource_type
:
id
:
software
id
:
software
...
...
This diff is collapsed.
Click to expand it.
test/integration/test_download_entities.py
View file @
b6c3e436
...
@@ -2,7 +2,7 @@ import yaml
...
@@ -2,7 +2,7 @@ import yaml
from
pytest
import
fixture
from
pytest
import
fixture
from
fairnb.api.dbrepo
import
DBRepoConnector
from
fairnb.api.dbrepo
import
DBRepoConnector
from
fairnb.entity.dbrepo_entity
import
D
b
RepoEntity
from
fairnb.entity.dbrepo_entity
import
D
B
RepoEntity
from
definitions
import
BASE_PATH
from
definitions
import
BASE_PATH
...
@@ -22,7 +22,7 @@ def connector():
...
@@ -22,7 +22,7 @@ def connector():
def
test_download_dbrepo_existing_works
(
connector
:
DBRepoConnector
):
def
test_download_dbrepo_existing_works
(
connector
:
DBRepoConnector
):
entity
=
D
b
RepoEntity
.
existing
(
entity
=
D
B
RepoEntity
.
existing
(
id
=
"
1
"
,
id
=
"
1
"
,
location
=
BASE_PATH
/
"
tmp
"
/
"
test
"
/
"
dbrepo_entity.csv
"
,
location
=
BASE_PATH
/
"
tmp
"
/
"
test
"
/
"
dbrepo_entity.csv
"
,
dbrepo_connector
=
connector
,
dbrepo_connector
=
connector
,
...
...
This diff is collapsed.
Click to expand it.
Prev
1
2
Next