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

add new 2 rto systems #70

Merged
merged 9 commits into from
Feb 9, 2024
Merged

add new 2 rto systems #70

merged 9 commits into from
Feb 9, 2024

Conversation

jd-lara
Copy link
Member

@jd-lara jd-lara commented Feb 7, 2024

No description provided.

Copy link

codecov bot commented Feb 7, 2024

Codecov Report

Attention: 6 lines in your changes are missing coverage. Please review.

Comparison is base (d282ad9) 92.71% compared to head (da0b828) 92.98%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #70      +/-   ##
==========================================
+ Coverage   92.71%   92.98%   +0.27%     
==========================================
  Files          15       15              
  Lines        3143     3351     +208     
==========================================
+ Hits         2914     3116     +202     
- Misses        229      235       +6     
Flag Coverage Δ
unittests 92.98% <97.11%> (+0.27%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
src/library/psi_library.jl 97.85% <97.11%> (-0.51%) ⬇️

src/library/psi_library.jl Outdated Show resolved Hide resolved
src/library/psi_library.jl Outdated Show resolved Hide resolved
src/library/psi_library.jl Show resolved Hide resolved
),
)
# change number
PSY.set_number!(b, PSY.get_number(b) + 10000)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is likely a longstanding problem. Bus numbers are stored in the system. If you change it like this, problems will occur with the functions that rely on sys.bus_numbers.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we open an issue in PSY to comment on this?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't have the background knowledge to be able to comment here, but it seems like this should be resolved some way or another (# TODO comment?) prior to merge. Also, what is going on with the magic number?

src/library/psi_library.jl Show resolved Hide resolved
src/library/psi_library.jl Outdated Show resolved Hide resolved
src/library/psi_library.jl Outdated Show resolved Hide resolved
src/library/psi_library.jl Outdated Show resolved Hide resolved
src/library/psi_library.jl Outdated Show resolved Hide resolved
src/library/psi_library.jl Outdated Show resolved Hide resolved
src/library/psi_library.jl Outdated Show resolved Hide resolved
src/library/psi_library.jl Outdated Show resolved Hide resolved
src/library/psi_library.jl Show resolved Hide resolved
src/library/psi_library.jl Outdated Show resolved Hide resolved
test/test_psisystems.jl Outdated Show resolved Hide resolved
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
src/library/psi_library.jl Outdated Show resolved Hide resolved
Copy link
Collaborator

@GabrielKS GabrielKS left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good except for Dan's issue about the bus numbers.

),
)
# change number
PSY.set_number!(b, PSY.get_number(b) + 10000)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't have the background knowledge to be able to comment here, but it seems like this should be resolved some way or another (# TODO comment?) prior to merge. Also, what is going on with the magic number?

@jd-lara jd-lara merged commit a50657c into main Feb 9, 2024
7 of 8 checks passed
@jd-lara jd-lara deleted the jd/add_two_rto_systems branch February 9, 2024 22:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants