Skip to content

Commit

Permalink
tiny fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-peter committed Dec 20, 2021
1 parent e20309a commit 9b07bd3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
package edu.ie3.datamodel.io.source.csv;

import static edu.ie3.datamodel.io.csv.timeseries.ColumnScheme.*;
import static edu.ie3.datamodel.io.csv.timeseries.ColumnScheme.HEAT_DEMAND;

import edu.ie3.datamodel.exceptions.SourceException;
import edu.ie3.datamodel.io.connectors.CsvFileConnector;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import edu.ie3.util.quantities.QuantityUtil

trait WeatherSourceTestHelper {

static boolean equalsIgnoreUUID(IndividualTimeSeries<WeatherValue> ts1,
static boolean equalsIgnoreUUID(IndividualTimeSeries<WeatherValue> ts1,
IndividualTimeSeries<WeatherValue> ts2) {
return equalsIgnoreUUID(ts1.entries, ts2.entries)
}
Expand Down

0 comments on commit 9b07bd3

Please sign in to comment.