Skip to content

Power factor fixed, added uced#3

Open
hannahchubin wants to merge 14 commits intoremove-synch-condensersfrom
power-factor-fix-uced
Open

Power factor fixed, added uced#3
hannahchubin wants to merge 14 commits intoremove-synch-condensersfrom
power-factor-fix-uced

Conversation

@hannahchubin
Copy link
Collaborator

No description provided.

Copy link
Collaborator

@luke-kiernan luke-kiernan left a comment

Choose a reason for hiding this comment

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

I left comments with the 2 biggest issues that jumped out at me--please fix those.


mip_gap = 0.001

sys_path = "assemble_system/CATS_1o.json"
Copy link
Collaborator

Choose a reason for hiding this comment

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

When I run this on my machine, I get an error: LoadError: SQLite.SQLiteException("no such column: owner_uuid"). I don't think these .json and .h5 files are portable: CATS_1o.json includes paths like "source":"/Users/hsun2/.julia/packages/ForwardDiff/UBbGT". Can you instead build the system from a MATPOWER file?

Copy link
Collaborator

Choose a reason for hiding this comment

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

This file is identical to the one already in data. Either use the existing one, or if you want to reorganize things, move it to a new location. Similar comments apply for many of the other files: generally, modify or move things, instead of making copies. e.g. just modify parse-matpower.jl, instead of creating parse-matpower_1o.jl Otherwise, it's unclear which one is the up-to-date, working script, and which is the old, non-functional one. Also, git cooperates much better with modifications: it compares to the old version and highlights changes.

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.

2 participants