Decision: Could .X = None?
See original GitHub issueI’d like
X
to be optional. I mean, it already is, but apparently more thorough testing is needed to verify that it works properly.What is the opinion of the major anndata developers? 👍 or 👎?
If we agree
X
should be able to beNone
, we can use this PR to add tests and fix the code where necessary.
_Originally posted by @rcannood in https://github.com/theislab/anndata/issues/463#issuecomment-732716215_
Issue Analytics
- State:
- Created 3 years ago
- Reactions:2
- Comments:8 (7 by maintainers)
Top Results From Across the Web
Decision: Could .X = None? · Issue #464 · scverse/anndata
I think most code assumes that X exists. That's certainly true for some code in anndata . There would probably need to be...
Read more >Python `if x is not None` or `if not x is None`? - Stack Overflow
This means if x is not None has the exact result as if not x is None . I stand corrected. Thanks bukzor....
Read more >CHAPTER 3 Flashcards - Quizlet
A decision can never be treated as over complicated, with too many detailed options, so that a choice is never made, rather than...
Read more >Chapter 4 Bayesian Decision Theory
This form of the decision rule focuses on the x-dependence of the probability densities. We can consider p(x|wj) a function of wj (i.e.,...
Read more >Flow: How To Use "Decision" - Salesforce Flowsome!
Decision is the “if/then” method of flow. If you want to set several paths in one flow, Decision element will be needed.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I can take a crack at it, as long as it’s reviewed by a core anndata developer 😃 I already have small changes in #463. Do you want to create a separate
feature/x_is_none
branch for this? Or do we continue from the PR I created earlier?@LuckyMD I would be thrilled if GEO started having some standards for reporting beyond data being in SRA.