ContextLab / ContextLab/supereeg
implement a __contains__ method in model/brain object
Open
- Dominant language
- Python
- Stars
- 38
- Forks
- 19
- PR merge metrics
- No merged PRs in 30d
Description
This is will allow to test for locations in model or brain object e.g.
```
loc = [34, -20, 50]
loc in bo # returns True if present
loc in mo # returns True if present
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Inspect the model and brain object implementations to find where their stored locations are represented and how membership is currently queried. Add membership behavior matching the examples for both objects, then run the existing test suite and verify present and absent locations return the expected results.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- machine-learning
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100