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

FIX: dss parsing of object names with '.' char #444

Merged
merged 2 commits into from
Sep 20, 2023

Conversation

pseudocubic
Copy link
Collaborator

This fixes a bug where dss allows for '.' characters in the name of the object, but we were previously splitting on all '.' chars, causing us to drop part of the name in some cases.

Resolves #441

This fixes a bug where dss allows for '.' characters in the name of the object, but we were previously splitting on all '.' chars, causing us to drop part of the name in some cases.

Resolves #441
@pseudocubic pseudocubic self-assigned this Sep 19, 2023
@pseudocubic pseudocubic added Type: Bug Something isn't working Category: Data Parsers parser issues labels Sep 19, 2023
@codecov
Copy link

codecov bot commented Sep 19, 2023

Codecov Report

Merging #444 (3858b18) into main (3686697) will not change coverage.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main     #444   +/-   ##
=======================================
  Coverage   73.79%   73.79%           
=======================================
  Files          72       72           
  Lines       16301    16301           
=======================================
  Hits        12030    12030           
  Misses       4271     4271           
Files Changed Coverage Δ
src/io/dss/parse.jl 94.28% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

the sbase_scale_factor=1.0 was causing SCS solver problems, adjusted to 100.0
@pseudocubic pseudocubic merged commit 772044d into main Sep 20, 2023
21 checks passed
@pseudocubic pseudocubic deleted the fix-dot-in-dss-names branch September 20, 2023 16:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Category: Data Parsers parser issues Type: Bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] KeyError: key "rs" not found in European Low Voltage Test Feeder case
1 participant