Uh oh!
There was an error while loading. Please reload this page.
transformations (wip) - #22
Conversation
LucaMarconato
commented
Aug 17, 2022
- io for transform
- fixed bugs from previous pull request (appeared when running on the merfish dataset from spatialdata-sandbox)
Codecov Report
Additional details and impacted files@@ Coverage Diff @@## main #22 +/- ##
======================================
Coverage 0.00% 0.00% ======================================
Files 15 15 Lines 737 1343 +606 ======================================
- Misses 737 1343 +606
Flags with carried forward coverage won't be shown. Click here to find out more.
|
* add io test * [pre-commit.ci] pre-commit autoupdate (#13) updates: - [github.com/asottile/yesqa: v1.3.0 → v1.4.0](asottile/yesqa@v1.3.0...v1.4.0) - [github.com/PyCQA/flake8: 5.0.1 → 5.0.4](PyCQA/flake8@5.0.1...5.0.4) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…ldata into feature/transform
kevinyamauchi
commented
Sep 5, 2022
@LucaMarconato , does this need review or are you still working on this? No pressure - just checking in to see if you need anything from me. |
see discussion here ome/ome-zarr-py#219
LucaMarconato
commented
Sep 5, 2022
Hi, there is still quite some work to be done. I am going through all the examples in |
LucaMarconato
commented
Sep 28, 2022
@giovp there are two flake8 issues in |
…ldata into feature/transform
for more information, see https://pre-commit.ci
…ldata into feature/transform
for more information, see https://pre-commit.ci
…ldata into feature/transform
I am working on this pr. Could you please give more details re this:
My idea is to actually keep the logic of the specs in the classes, since it is not just about data storage but also what each type of transformation can do, like an But what I would do is that I would separate how the specs dictate how to store the data (i.e. as json/dict) and the variables that are inside the classes. So for example |
…ldata into feature/transform
for more information, see https://pre-commit.ci
…ldata into feature/transform
for more information, see https://pre-commit.ci
LucaMarconato
commented
Nov 8, 2022
@giovp ready for review! Please see the two comments regarding your previous review. Additional comments on the pr.
|
ivirshup
commented
Nov 15, 2022
|
LucaMarconato
commented
Dec 12, 2022
The branch has already been merged to |