Skip to content

Develop fx bugfix#57

Merged
nadiavp merged 20 commits intomasterfrom
develop_fx_bugfix
Apr 7, 2026
Merged

Develop fx bugfix#57
nadiavp merged 20 commits intomasterfrom
develop_fx_bugfix

Conversation

@nadiavp
Copy link
Copy Markdown
Collaborator

@nadiavp nadiavp commented Mar 31, 2026

this PR accomplishes:

  • enables cosimulation with hpc settings
  • allows non-composite loads
  • starts on steady state enabling

The goal is to get this synced with main so that future branches and PRs have smaller changes and projects are up to date with main.

@nadiavp nadiavp requested a review from AadilLatif March 31, 2026 15:41
Copy link
Copy Markdown
Collaborator

@AadilLatif AadilLatif left a comment

Choose a reason for hiding this comment

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

@nadiavpI see alot of commented log lines. I would reccomend cleaning it up before you merge. Also use logger config to overwrite exisiting log files. Other than that the PR looks clean.

"""

results = {}
# logger.info(self.profiles)
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

same as above

if self.settings.helics and self.settings.helics.cosimulation_mode:
sub_data = pd.read_csv(self.settings.simulation.subscriptions_file)
sub_data = sub_data[sub_data["element_type"] == "Load"]
### add by Aadil
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

remove

@nadiavp nadiavp merged commit a249df6 into master Apr 7, 2026
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.

4 participants