Skip to content

Commit

Permalink
Removed mentions of get_awkward_lib in documentation, added examples …
Browse files Browse the repository at this point in the history
…for common data mangling patterns
  • Loading branch information
yimuchen authored and lgray committed Aug 27, 2024
1 parent 2b895e9 commit d33193b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binder/mltools.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,7 @@
"\n",
"The dimensions of this resulting `part_padded` array is still `N x var`, indicating\n",
"that the number of entries `axis=1` can potentially be variable. Depending on the \n",
"ML tools being used, we may need this value to be fixed. To strictly convert this \n",
"ML tools being used, this axis dimension may to be fixed. To strictly convert this \n",
"to a `Nx128` array, one can call `flatten`/`unflatten` pairs:\n",
"\n",
"```python\n",
Expand Down

0 comments on commit d33193b

Please sign in to comment.