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

[Sim] Sim engine plots obstruct the rest of the screen #744

Closed
Pfed-prog opened this issue Mar 6, 2024 · 4 comments
Closed

[Sim] Sim engine plots obstruct the rest of the screen #744

Pfed-prog opened this issue Mar 6, 2024 · 4 comments
Labels
Type: Bug Something isn't working

Comments

@Pfed-prog
Copy link
Contributor

I am very excited about the predictoor and I have cloned the repo.

I have run the default script but the plot obstructs everything else on the computer. Any chance the plot could be more manageable.
It aslo disappears after the script stops. I have no idea where to find it.

@Pfed-prog Pfed-prog added the Type: Bug Something isn't working label Mar 6, 2024
@Pfed-prog Pfed-prog changed the title Plot pdr-backend python Plot Mar 6, 2024
@trentmc
Copy link
Member

trentmc commented Mar 6, 2024

We recently created #749 "[Sim] Output sim_engine plots -> streamlit -> webapp" which should help a lot. It will likely be a week or two before done.

It aslo disappears after the script stops. I have no idea where to find it.

This was the original design intent. However I agree, it's annoying. The issue above will address this too. In the meantime, just put a import pdb; pdb.set_trace() at the tail end of SimEngine.run(), ie here.

@trentmc trentmc changed the title pdr-backend python Plot [Sim] Sim engine plots obstruct the rest of the screen Mar 6, 2024
@trentmc
Copy link
Member

trentmc commented Mar 6, 2024

I've renamed the issue to be more specific, and linked to it from # 749.

@idiom-bytes
Copy link
Member

@Pfed-prog we have now pushed an update to main that lets you run the streamlit app. This is a bigger effort to build an interface that is easier to build and use.

Please download the main branch, and read the update to the readme so you know how to run the app along with the sim engine.

Please give that a try and then let us know how it went so we can close this issue.

@Pfed-prog
Copy link
Contributor Author

@Pfed-prog we have now pushed an update to main that lets you run the streamlit app. This is a bigger effort to build an interface that is easier to build and use.

Please download the main branch, and read the update to the readme so you know how to run the app along with the sim engine.

Please give that a try and then let us know how it went so we can close this issue.

Thank you so much for pinging me, I have updated local repo and run the code

The graphs do not prevent me from using my computer, thank you very much.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants