Data View Format not working?
已回答
Hello all,
I am viewing an array within the data view and the format is defaulting to %.5f. I am trying to display no decimal places by changing the format to %.0f but nothing is happening. I hit enter and the table refreshes but it does not change the format, stays stuck on the %.5f.
thanks,
Jeff
请先登录再写评论。
Same here, bug in PyCharm maybe?
Same problem for me, PyCharm 2017.3.3.
same here - any updates on this?
I got some feedback using the feedback part of PyCharm. They ultimately gave me a link to this ticket: https://youtrack.jetbrains.com/issue/PY-26541
the same problem =(
Still nothing
When you change the number do you hit 'Enter'? That seems to work for me, but right now I'm using 2019.3
Formatting of numbers in data view (as well as viewing arrays that contain nan values) works for me since PyCharm 2019.3.
Wow, I gave up hope that it will be ever working. Thanks guys for info, it really works, like (Py)charm!
it does not work again in 2023.1
Please create a bug report on https://youtrack.jetbrains.com/issues/PY, attach idea.log to the thread (Help | Show logs in...) and take a couple of screenshots of the problem. A code snippet where the issue is reproducible would also help us with the investigation.