Vassilis Lemonidis

Results 19 issues of Vassilis Lemonidis

I have a similar issue, using pylint 2.14.5 and Python 3.8 on this minimal example: ``` class Block: def __init__(self): self._cacheDir = None @property def cacheDir(self): if self._cacheDir is None:...

topic-pyreverse
Needs triage :inbox_tray:

The structure of the data I am trying to encode and decode is of shape like: [[{key:[np.array()]}]] Inside each enclosed dictionary, there are numpy arrays that are either 1d or...

As I can see the first 3 columns of output are always zero, independently of the file I look into. Also, I do not seem to understand the nature of...

It is not saved in Output Data folder but in files in main folder with prefix the name of the folder. This must be OS specific, but not so important...

I guess this is because debug mode is being used. However I would like to ask you if there is logical explanation why (0,0000,nan) is almost everywhere in this output....

INF does not work for me, I had to put min=numeric_limits::infinity() and max=-min for your code to work

With just the trainData.csv you propose, only 'd' mode can run, as 'r' mode also seems to require testData.csv. I don't understand why 'r' mode is real time, as it...

Which parameters should I use for your program to run correctly?

Inside README.md it is not shown that, in order for the program to run, one must change INPUTDIR and OUTPUTDIR, located inside common.h

The first two comment lines in CalSim.h should be uncommented, I guess this was a bad cleaning after testing.