I have a small inconvenience, while using pvpython with my script when i use the line: animationScene1.AnimationTime = timeSteps[-1]
even if i dont have anything displayed, the terminal will open a x11 window, how can I stop this window from being created (or if I should not be using animationScene1.AnimationTime = timeSteps[-1] and instead maybe something else? how could I go to a specific timeStep of my simulation without using this line?)
bonus question about another small inconvenience when running my pvpython, i am getting on the begining the following message:
is there any way to stop this from being printed? (outside of sending all output to a dummy file?) I have some printing things on the script that would love to keep being printed but would like to remove this lines so it gets less convoluted.