Julian Gall

- Total activity 28
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 9
-
Julian Gall commented, -
Julian Gall created a post, 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... -
Julian Gall commented, -
Julian Gall created a post, 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 ... -
-
-
Julian Gall created a post, 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... -
Julian Gall created a post, 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... -
Julian Gall commented, -
Julian Gall created a post, AnsweredEvaluate 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...