Skip to content

Commit

Permalink
it's (wrongly used) -> its
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-peter committed Feb 18, 2024
1 parent 0a62a0a commit 9d106a2
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion docs/readthedocs/io/csvfiles.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ You may extend / alter the naming with pre- or suffix by calling `new EntityPers
Let's spend a few more words on the individual time series:
Those files are meant to carry different types of content - one might give information about wholesale market prices,
the other is a record of power values provided by a real system.
To be able to understand, what's inside of the file, the *columnScheme* part of the file name gives insight of it's
To be able to understand, what's inside of the file, the *columnScheme* part of the file name gives insight of its
content.
The following keys are supported until now:

Expand Down
2 changes: 1 addition & 1 deletion docs/readthedocs/models/input/participant/load.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ If you found something, please contact us!

## Load Profiles

The {code}`LoadProfile` is an interface, that forces it's implementing classes to have a {code}`String` *key*
The {code}`LoadProfile` is an interface, that forces its implementing classes to have a {code}`String` *key*
and being able to parse a {code}`String` to a {code}`LoadProfile`.
Its only purpose is to give note, which load profile has to be used by the simulation.
The actual profile has to be provided by the simulation itself.
Expand Down
2 changes: 1 addition & 1 deletion docs/readthedocs/models/models.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ This means that capacity, consumption etc. are scaled with the same factor as po
Throughout all models you can be sure, that no information is given twice, reducing the possibility to have ambiguous
information in your simulation set up.
"Missing" information can be received through the grids relational information - e.g. if you intend to model a wind
energy converter in detail, you may find information of it's geographical location in the model of it's common
energy converter in detail, you may find information of its geographical location in the model of its common
coupling point ([node](/models/input/grid/node)).

**Harmonized Units System** <br>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

/**
* Factory implementation of {@link TimeBasedWeatherValueFactory}, that is able to handle field to
* value mapping in the column scheme, ie<sup>3</sup> uses to store it's data from German Federal
* value mapping in the column scheme, ie<sup>3</sup> uses to store its data from German Federal
* Weather Service's ICON-EU model
*/
public class IconTimeBasedWeatherValueFactory extends TimeBasedWeatherValueFactory {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
import java.util.List;

/**
* Processes all {@link InputEntity}s and it's child classes
* Processes all {@link InputEntity}s and its child classes
*
* @version 0.1
* @since 23.03.20
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/edu/ie3/datamodel/io/sink/InfluxDbSink.java
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ private <E extends TimeSeriesEntry<V>, V extends Value> Set<Point> transformToPo
String valueClassName =
timeSeries.getEntries().iterator().next().getValue().getClass().getSimpleName();
log.warn(
"I could not get a measurement name for TimeSeries value class {}. I am using it's value's simple name instead.",
"I could not get a measurement name for TimeSeries value class {}. I am using its value's simple name instead.",
valueClassName);
return transformToPoints(timeSeries, valueClassName);
}
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/edu/ie3/datamodel/models/StandardUnits.java
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ public class StandardUnits {
/** Voltage angle variation per tap (for transformers) in ° (arc degree) */
public static final Unit<Angle> DPHI_TAP = DEGREE_GEOM;
/**
* Gradient, with which a system participant can change it's set point (with regard to rated
* active power = rated apparent power * rated power factor) in %/h
* Gradient, with which a system participant can change its set point (with regard to rated active
* power = rated apparent power * rated power factor) in %/h
*/
public static final Unit<DimensionlessRate> ACTIVE_POWER_GRADIENT = PERCENT_PER_HOUR;
/** Efficiency of a process in % */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public Transformer3WInput(
* transformer (here: that not holds node A in its grid).
*
* <p>Then, the internal node becomes a virtual representation of a slack node for the grid and
* allows for power flow calculations based on it's 'close-to-T-equivalent' representation
* allows for power flow calculations based on its 'close-to-T-equivalent' representation
*
* @param uuid of the input entity
* @param id of the asset
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ private GridContainerValidationUtils() {
});

/* Checking switches
* Because of the fact, that a transformer with switch gear in "upstream" direction has it's corresponding node in
* Because of the fact, that a transformer with switch gear in "upstream" direction has its corresponding node in
* upper grid connected to a switch, instead of to the transformer directly: Collect all nodes at the end of the
* upstream switch chain and add them to the set of allowed nodes */
HashSet<NodeInput> validSwitchNodes = new HashSet<>(nodes);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ class InfluxDbWeatherSourceCosmoIT extends Specification implements TestContaine
equalsIgnoreUUID(coordinateToTimeSeries.get(CosmoWeatherTestData.COORDINATE_193188).entries, timeseries_193188.entries)
}

def "An InfluxDbWeatherSource will return an equivalent to 'empty' when being unable to map a coordinate to it's ID"() {
def "An InfluxDbWeatherSource will return an equivalent to 'empty' when being unable to map a coordinate to its ID"() {
given:
def validCoordinate = CosmoWeatherTestData.COORDINATE_193186
def invalidCoordinate = GeoUtils.buildPoint(7d, 48d)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ class InfluxDbWeatherSourceIconIT extends Specification implements WeatherSource
equalsIgnoreUUID(coordinateToTimeSeries.get(IconWeatherTestData.COORDINATE_67776).entries, timeseries67776.entries)
}

def "An InfluxDbWeatherSource will return an equivalent to 'empty' when being unable to map a coordinate to it's ID"() {
def "An InfluxDbWeatherSource will return an equivalent to 'empty' when being unable to map a coordinate to its ID"() {
given:
def validCoordinate = IconWeatherTestData.COORDINATE_67775
def invalidCoordinate = GeoUtils.buildPoint(7d, 48d)
Expand Down

0 comments on commit 9d106a2

Please sign in to comment.