mistercrunch commented on issue #6215: __init__() got an unexpected keyword argument 'ignore_nan' URL: https://github.com/apache/incubator-superset/issues/6215#issuecomment-525597250 Based on this line: https://github.com/apache/incubator-superset/blob/master/superset/viz.py#L46 `simplejson` is aliased json, so things should work. Also it looks like the line numbers from your stacktrace don't line up with latest `master`. Plus this is a very common code path, so presumably if that would be a big problem for everyone. Are you sure you're actually on `master`?
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
