Skip to content
Snippets Groups Projects
Commit ae6000c9 authored by Ann-Kathrin Margarete Edrich's avatar Ann-Kathrin Margarete Edrich
Browse files

Changes to compatibility assessment

parent 83479360
No related branches found
No related tags found
No related merge requests found
...@@ -243,7 +243,7 @@ class comparison_training_prediction_dataset: ...@@ -243,7 +243,7 @@ class comparison_training_prediction_dataset:
pred = self.pred.to_numpy() pred = self.pred.to_numpy()
char_features = features_to_char(self.pred.columns) char_features = features_to_char(self.pred.columns)
outfile = outfile = os.path.splitext(self.properties_map['path_pred'])[0] + '_adapt.csv' outfile = outfile = os.path.splitext(self.properties_map['path_pred'])[0] + '_adapt.nc'
self.logger.info('Prediction dataset is saved to ' + outfile) self.logger.info('Prediction dataset is saved to ' + outfile)
if os.path.exists(outfile): if os.path.exists(outfile):
......
...@@ -217,7 +217,7 @@ class comparison_training_prediction_dataset: ...@@ -217,7 +217,7 @@ class comparison_training_prediction_dataset:
pred = self.pred.to_numpy() pred = self.pred.to_numpy()
char_features = features_to_char(self.pred.columns) char_features = features_to_char(self.pred.columns)
outfile = os.path.splitext(settings.path_pred)[0] + '_adapt.csv' outfile = os.path.splitext(settings.path_pred)[0] + '_adapt.nc'
self.logger.info('Prediction dataset is saved to ' + outfile) self.logger.info('Prediction dataset is saved to ' + outfile)
if os.path.exists(outfile): if os.path.exists(outfile):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment