Closed bdice closed 6 years ago
Original comment by Matthew Spellings (Bitbucket: mspells, GitHub: klarh).
Explicitly check type of feature configs for dictionaries in Scene
Previously we were relying on things to throw an error when indexed or checking when a string is contained within the given value, but that causes numpy arrays, for example, to emit warnings.
Fixes #6
Original report by me.
This warning appears a lot when I use plato. This seems like the warning that numpy throws when comparing arrays. Maybe
config
is an array and this is checking to see if'name'
is in any of its elements? :man_shrugging: