Skip to content
This repository has been archived by the owner on Jun 14, 2024. It is now read-only.

Type checking in inference doesn't work #136

Open
tdiethe opened this issue Nov 23, 2018 · 0 comments
Open

Type checking in inference doesn't work #136

tdiethe opened this issue Nov 23, 2018 · 0 comments
Labels
bug Something isn't working

Comments

@tdiethe
Copy link
Contributor

tdiethe commented Nov 23, 2018

The check on line:

if not all(isinstance(d, type(d)) for d in data):

always evaluates to True. e.g. all(isinstance(d, type(d)) for d in [5, 6., 'blah'])

@zhenwendai zhenwendai added the bug Something isn't working label Feb 13, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants