-
Notifications
You must be signed in to change notification settings - Fork 16
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
Flux consumption #4
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @IsaacSavona,
👍 on the PR, I've left a first round of comments.
Will continue later after I'm done with meetings.
CI checks seem to have failed due to some test failures which need be fixed.
I made a commit where I made a separate yaml input file just for my tutorial on inductances and fluxes. Let me know if this solves those CI check issues. Additionally, my most recent commit resolves the glossary and documentation issues you have raised here. |
@IsaacSavona, another CI run just finished and still shows some errors, could you have a look? |
It seems like |
Hi @IsaacSavona, |
Added this. Solved some issues. Take a look at my new commit. I am trying to get regression test cases to work. How do I add values to the right hand side that exist on the left hand side (e.g., PF_flux, external inductance, etc.) in the |
@IsaacSavona If I do that, the PRD case works and the PRD+fluxes case is able to find its reference, but fails due to errors in not matching units, which likely is due to errors in |
@IsaacSavona I've just pushed a commit that shows the required fixes 😉 |
I have made all of these changes and I am trying to push but am getting the following:
|
Yes. Just accidentally clicked on it.
… On Nov 17, 2023, at 3:04 PM, Christoph Hasse ***@***.***> wrote:
@hassec commented on this pull request.
On example_cases/time_independent_flux_comp.py <#4 (comment)>:
@IsaacSavona <https://github.com/IsaacSavona> this file seems to have been added accidentally?
—
Reply to this email directly, view it on GitHub <#4 (review)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/APWATPKR5EJOT45J25ZCWKDYE5VH5AVCNFSM6AAAAAA7B3I7GCVHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMYTOMZXGA3TENJZG4>.
You are receiving this because you were mentioned.
|
1157f3a
to
7aac456
Compare
Replaced by #57 |
Added inductance functionality and flux functionality to POPCON for time-dependent and time-independent calculations.