Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SHIRE
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
mbd
SHIRE
Compare revisions
3c344fc086dcf8246bba3b9fd745784119ea0d72 to b8b473ab6397e7c8f81ba092e7c7557fd712c6f2
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
mbd/shire
Select target project
No results found
b8b473ab6397e7c8f81ba092e7c7557fd712c6f2
Select Git revision
Branches
develop
gh-pages
main
Swap
Target
mbd/shire
Select target project
mbd/shire
1 result
3c344fc086dcf8246bba3b9fd745784119ea0d72
Select Git revision
Branches
develop
gh-pages
main
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
Changes to compatibility assessment
· ae6000c9
Ann-Kathrin Margarete Edrich
authored
1 week ago
ae6000c9
Merge branch 'main' of
https://git.rwth-aachen.de/mbd/shire
into main
· b8b473ab
Ann-Kathrin Margarete Edrich
authored
1 week ago
b8b473ab
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/gui_version/compatibility_of_input_datasets.py
+1
-1
1 addition, 1 deletion
src/gui_version/compatibility_of_input_datasets.py
src/plain_scripts/compatibility_of_input_datasets.py
+1
-1
1 addition, 1 deletion
src/plain_scripts/compatibility_of_input_datasets.py
with
2 additions
and
2 deletions
src/gui_version/compatibility_of_input_datasets.py
View file @
b8b473ab
...
...
@@ -243,7 +243,7 @@ class comparison_training_prediction_dataset:
pred
=
self
.
pred
.
to_numpy
()
char_features
=
features_to_char
(
self
.
pred
.
columns
)
outfile
=
outfile
=
os
.
path
.
splitext
(
self
.
properties_map
[
'
path_pred
'
])[
0
]
+
'
_adapt.c
sv
'
outfile
=
outfile
=
os
.
path
.
splitext
(
self
.
properties_map
[
'
path_pred
'
])[
0
]
+
'
_adapt.
n
c
'
self
.
logger
.
info
(
'
Prediction dataset is saved to
'
+
outfile
)
if
os
.
path
.
exists
(
outfile
):
...
...
This diff is collapsed.
Click to expand it.
src/plain_scripts/compatibility_of_input_datasets.py
View file @
b8b473ab
...
...
@@ -217,7 +217,7 @@ class comparison_training_prediction_dataset:
pred
=
self
.
pred
.
to_numpy
()
char_features
=
features_to_char
(
self
.
pred
.
columns
)
outfile
=
os
.
path
.
splitext
(
settings
.
path_pred
)[
0
]
+
'
_adapt.c
sv
'
outfile
=
os
.
path
.
splitext
(
settings
.
path_pred
)[
0
]
+
'
_adapt.
n
c
'
self
.
logger
.
info
(
'
Prediction dataset is saved to
'
+
outfile
)
if
os
.
path
.
exists
(
outfile
):
...
...
This diff is collapsed.
Click to expand it.