Skip to content

Commit

Permalink
Fix name function in docs
Browse files Browse the repository at this point in the history
the name changed and forgot that one

fixes #26
  • Loading branch information
hugoledoux committed Sep 16, 2024
1 parent 339ab8e commit 55b7656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/attributes.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ for f64, max-values for i64 and u64, "" for String, 0 for bool.

```python
dt = startinpy.DT()
dt.add_attribute_map(np.dtype([("classification", np.uint32)]))
dt.set_attributes_schema(np.dtype([("classification", np.uint64)]))
dt.insert_one_pt([85000.0, 444003.2, 2.2], classification=6)
...
dt.attributes[1:]['classification']
Expand Down

0 comments on commit 55b7656

Please sign in to comment.