roshchupkin/hase

TypeError: 'numpy.ndarray' object is not callable

r-mustafa opened this issue · 0 comments

Hi,

I am trying to run an analysis and got the following error message:

Traceback (most recent call last):
File "/$HOME/rima/hase-master/hase.py", line 488, in
phen.start(args.phenotype[0])
File "/$HOME/rima/hase-master/hdgwas/data.py", line 1183, in start
self.folder=CSVFolder(path)
File "/r$HOME/rima/hase-master/hdgwas/data.py", line 769, in init
raise (e)
TypeError: 'numpy.ndarray' object is not callable

I am not sure what the error means. Could you help me with this?

Many thanks.