Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test reproducibility notebooks #121

Closed
3 of 5 tasks
kevinyamauchi opened this issue Jun 22, 2023 · 8 comments
Closed
3 of 5 tasks

Test reproducibility notebooks #121

kevinyamauchi opened this issue Jun 22, 2023 · 8 comments
Assignees

Comments

@kevinyamauchi
Copy link
Collaborator

kevinyamauchi commented Jun 22, 2023

We should do a test of our paper reproducibility notebooks to make sure our latest API changes didn't break anything:

@kevinyamauchi
Copy link
Collaborator Author

@LucaMarconato , can you please link the notebooks here

@melonora
Copy link
Collaborator

I will list opened issues regarding notebooks here

@melonora
Copy link
Collaborator

melonora commented Jun 26, 2023

00_xenium_and_visium.ipynb

Potential issue, using os.path is not generalizable to all platforms. Consider using Path. Same for unzipping in spatialdata-io, consider shutil.unpack_archive. Also many imports are not used.

01_xenium_and_visium.ipynb

@LucaMarconato
Copy link
Member

LucaMarconato commented Jun 28, 2023

Thanks @melonora. Now some issues are fixed.

Furthermore I have created this extra low priority issue from your last comment:

Re the import, let's just remove them when we see them. I was coding with jupyterlab so unused import where not automatically marked as such, but now I am using VS Code, so I will spot them if I open that notebook.

@melonora
Copy link
Collaborator

Thanks @melonora. Now some issues are fixed.

Furthermore I have created this extra low priority issue from your last comment:

* issue: [Replace `os.path` with `Path` and "unzip" with `shutil.unpack_archive` spatialdata-notebooks#40](https://github.com/scverse/spatialdata-notebooks/issues/40)

Re the import, let's just remove them when we see them. I was coding with jupyterlab so unused import where not automatically marked as such, but now I am using VS Code, so I will spot them if I open that notebook.

I can push the notebooks later. Kinda had to change it already because of testing on windows. I am on travel at the moment and it was the only laptop on which I could test:)

@LucaMarconato
Copy link
Member

Thanks. Please be aware that the notebooks will need to be merged as I have slightly updated them meanwhile. VS Code has a nice interface for diffs between notebooks.

@melonora
Copy link
Collaborator

ok, I can also pull and then update when you are done

@LucaMarconato
Copy link
Member

Added in the data CI. If something breaks and we need to fix it I get email notifications.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants