Skip to content

Tweak echelle code to support different parameterization#8

Draft
Yashvi-Sharma wants to merge 8 commits intomainfrom
echelle_tweak
Draft

Tweak echelle code to support different parameterization#8
Yashvi-Sharma wants to merge 8 commits intomainfrom
echelle_tweak

Conversation

@Yashvi-Sharma
Copy link
Collaborator

No description provided.

@Yashvi-Sharma Yashvi-Sharma requested a review from Copilot February 6, 2026 19:30
@Yashvi-Sharma Yashvi-Sharma review requested due to automatic review settings February 6, 2026 19:31
@Yashvi-Sharma Yashvi-Sharma marked this pull request as draft February 7, 2026 00:46
def __init__(self, **kwargs):
super().__init__(**kwargs)
self.efficiency_generator = self._generate_efficiency_curve_func()
self.efficiency_generator = self._generate_efficiency_curve_func(DataContainer(filename=kwargs.pop('filename')))
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

No need to call DataContainer here, the super().init already handles the loading of files specified under 'filename' kwarg. So the trace_params table can be accessed with self.table

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