Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Bao and Staudt to Review #279

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ updates:
target-branch: main
reviewers:
- t-ober
- sensarmad
- jo-bao
- sebastian-peter
- danielfeismann
- staudtMarius
ignore:
- dependency-name: org.jgrapht:jgrapht-core
versions:
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Added
- Added Bao and Staudt to list of reviewers [#277](https://github.com/ie3-institute/simBench2psdm/issues/277)
## [1.0.0] - 2021-08-03
### Added
- Basic functionality to convert SimBench data sets to [PowerSystemDataModel](https://github.com/ie3-institute/powersystemdatamodel)
Expand Down
2 changes: 0 additions & 2 deletions src/test/scala/edu/ie3/simbench/io/ExtractorSpec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,7 @@ class ExtractorSpec extends UnitSpec with IoUtils with Matchers {
"return a correct map of codes to UUIDs" in {
extractor.download()
val uuidMap = extractor.extractUUIDMap()
uuidMap should contain key "1-LV-urban6--0-sw"
uuidMap should contain key "1-LV-rural1--2-no_sw"
uuidMap("1-LV-urban6--0-sw") should fullyMatch regex uuidPattern
uuidMap("1-LV-rural1--2-no_sw") should fullyMatch regex uuidPattern
}

Expand Down