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 TBROM info to TwinRuntime.print_model_info() and expose it in TwinModel #131

Open
EDCarman opened this issue Nov 28, 2023 · 0 comments
Labels
enhancement New features or code improvements

Comments

@EDCarman
Copy link
Collaborator

📝 Description of the feature

Include TBROM info in the TwinRuntime.print_model_info() and expose it in TwinModel so it can be accessed from there.

print_model_info() provides a useful summary, in one place, of almost all twin model information, except for the TBROM information. It would also be useful to have the TBROM info here too.

In addition, the information is still useful at the higher TwinModel level, but is only only accessible through self._twin_runtime.

💡 Steps for implementing the feature

Exposure at high level could be a simple as adding and extra method to TwinModel:

def print_model_info(self, max_var_to_print=np.inf):
    self._twin_runtime.print_model_info(max_var_to_print)

TBROM info print could be done within TwinRuntime, or within TwinModel.

🔗 Useful links and references

No response

@EDCarman EDCarman added the enhancement New features or code improvements label Nov 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New features or code improvements
Projects
None yet
Development

No branches or pull requests

1 participant