Skip to content

Commit

Permalink
fixed typo (visgl#5967)
Browse files Browse the repository at this point in the history
  • Loading branch information
cornhundred authored Jul 13, 2021
1 parent f3b2aab commit 62e64e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/pydeck/pydeck/bindings/layer.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ def _prepare_binary_data(self, data_set):
for column in data_set.columns:
# np.stack will take data arrays and conveniently extract the shape
np_data = np.stack(data_set[column].to_numpy())
# Get rid of the accssor so it doesn't appear in the JSON output
# Get rid of the accessor so it doesn't appear in the JSON output
del self.__dict__[inverted_accessor_map[column]]
binary_transmission.append(
{
Expand Down

0 comments on commit 62e64e3

Please sign in to comment.