Julian Gall

Avatar
  • 活动总数 28
  • 最后的活动
  • 成员加入日期
  • 关注 0 名用户
  • 关注者数 0 名用户
  • 投票数 1
  • 订阅数 9
  • 创建于

    Suppressing "unused imports" inspection

    It would be helpful to be able to suppress the "unused imports" inspection, but this doesn't seem to be in the list. I have tried:#noinspection PyUnusedImport#noinspection PyUnusedImports Also, the...
    • 2 个关注者
    • 2 条评论
    • 0 票
  • 创建于

    Incorrect type warning on numpy load file parameter

    PyCharm 2023.1 (Professional Edition) I am loading a numpy array from a binary file, as follows: import numpy as np with open('test.npy', 'rb') as f:    arr = np.load(f)   PyCharm highlights the ...
    • 2 个关注者
    • 2 条评论
    • 0 票
  • 创建于

    PyCharm packages_v2.json very large

    There is a huge file /Users/julian/Library/Caches/JetBrains/PyCharm2022.3/python_packages/packages_v2.json This is nearly 100GB, which is a fifth of my hard drive. Is it possible to reduce this fil...
    • 18 个关注者
    • 21 条评论
    • 23 票
  • 创建于

    Best cloud AI resource for training Tensorflow

    I have been training small Tensorflow models by running them in PyCharm, but am now reaching the point where doing this takes too long. I would like to start using a cloud service (paid-for if nece...
    • 1 个关注者
    • 0 条评论
    • 0 票
  • 创建于

    Evaluate Expression Buffer Size

    已回答
    When using the Evaluate Expression dialog, you can use Opt and up or down arrow to go through expressions you have already typed. It seems to store about 10 entries. Is there any way to increase th...
    • 2 个关注者
    • 2 条评论
    • 0 票
  • 创建于

    Disable version control but without affecting Local History

    I have the paid-for edition of PyCharm which I use for one-man development. At some point in the past I enabled version control with Git, but I don't use this. I do use Local History for specific f...
    • 2 个关注者
    • 2 条评论
    • 0 票
  • 创建于

    PyCharm 2021.2 out of memory

    已回答
    I have been using PyCharm community edition on a Raspberry Pi for a couple of years, upgrading as each new version came out. Everything was ok up to 2021.1. However, 2021.2 does not run. idea.log s...
    • 2 个关注者
    • 3 条评论
    • 0 票
  • 创建于

    PyCharm out of step when debugging

    已回答
    Sometimes, Pycharm loses its place when stepping through code in the debugger. It is happening at the moment. The line that is highlighted in blue as the next line to be executed, is one line ahead...
    • 2 个关注者
    • 2 条评论
    • 0 票
  • 创建于

    VCS has changed with 2020.3

    已回答
    With the previous version of PyCharm (Community Edition) 2020.2.5, I had a VCS option on the menu that allowed me with a single option to show a comparison of the current version of the current fil...
    • 3 个关注者
    • 3 条评论
    • 0 票