From 774c2e176713b7016cf5b9c654f1842dd900ea2c Mon Sep 17 00:00:00 2001 From: Graham Knapp <32717635+dancergraham@users.noreply.github.com> Date: Sun, 30 Jul 2023 08:19:35 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eea222f..3d4ac09 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,9 @@ This python library wraps the [rust e57 library](https://github.com/cry-inc/e57) - [x] Proof of concept xml reading - [ ] Read e57 to python dict -- [ ] Read e57 to numpy array +- [ ] Read e57 to numpy array - work in progress - see `read_points` method. - [ ] Write to e57 (format ?) ## Testing -`python -m pytest` \ No newline at end of file +`python -m pytest`