xgi
xgi copied to clipboard
Possible error in stats
In this line in the constructor of IDStat, there is this line:
self.kwargs = {} if args is None else kwargs
Shouldn't it be kwargs
?