Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix typing on arrow table imports (#159)
It is possible to instantiate a deeptable from an arrow table without an associated scatterplot, but the types didn't reflect that. <!-- ELLIPSIS_HIDDEN --> ---- > [!IMPORTANT] > Update `fromArrowTable` and `wrapArrowTable` to support `null` `Scatterplot`, allowing `Deeptable` instantiation without a scatterplot. > > - **Behavior**: > - `fromArrowTable` in `Deeptable.ts` now accepts `Scatterplot | null` for `plot` parameter, allowing `Deeptable` instantiation without a scatterplot. > - `wrapArrowTable` in `wrap_arrow.ts` updated to handle `null` `Scatterplot` parameter. > - **Documentation**: > - Updated docstrings in `Deeptable.ts` and `wrap_arrow.ts` to reflect optional `plot` parameter. > > <sup>This description was created by </sup>[<img alt="Ellipsis" src="https://img.shields.io/badge/Ellipsis-blue?color=175173">](https://www.ellipsis.dev?ref=nomic-ai%2Fdeepscatter&utm_source=github&utm_medium=referral)<sup> for 2f74881. It will automatically update as commits are pushed.</sup> <!-- ELLIPSIS_HIDDEN -->
- Loading branch information