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

[python] Update Scene create method in the Python API #3356

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jp-dark
Copy link
Collaborator

@jp-dark jp-dark commented Nov 20, 2024

  1. Add spatial disclaimer as warning.
  2. Implement writing the coordinate sapce at create.
  3. Use Scene C++ code instead of going through Python super class.
    • Requires updating Scene C++ create method to match behavior of existing code (do not create obsl/varl/img at create).

1. Add spatial disclaimer as warning.
2. Implement writing the coordinate sapce at create.
3. Use Scene C++ code instead of going through Python super class.
   * Requires updating Scene C++ create method to match behavior of
     existing code (do not create obsl/varl/img at create).
@jp-dark
Copy link
Collaborator Author

jp-dark commented Nov 20, 2024

sc-58718

Copy link

codecov bot commented Nov 20, 2024

Codecov Report

Attention: Patch coverage is 88.88889% with 2 lines in your changes missing coverage. Please review.

Project coverage is 85.77%. Comparing base (b6af5d7) to head (63cf516).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3356      +/-   ##
==========================================
+ Coverage   85.65%   85.77%   +0.12%     
==========================================
  Files          57       57              
  Lines        6203     6216      +13     
==========================================
+ Hits         5313     5332      +19     
+ Misses        890      884       -6     
Flag Coverage Δ
python 85.77% <88.88%> (+0.12%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Components Coverage Δ
python_api 85.77% <88.88%> (+0.12%) ⬆️
libtiledbsoma ∅ <ø> (∅)
---- 🚨 Try these New Features:

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

Successfully merging this pull request may close these issues.

1 participant