Brian Sam-Bodden
Brian Sam-Bodden
In `notebooks/Sierpinski-Graph.ipynb`: Changing the argument name to `weights` fixes it.
Running the docker image on a Mac as `docker run -it -p 8888:8888 graphblas/pygraphblas-notebook` on `notebooks/Intro-Prez.ipynb` I see: and in `notebooks/Introduction-to-GraphBLAS-with-Python.ipynb` I see:
First, my apologies for the massive PR. This started as an effort to up the test coverage to 75% or higher. Along the way, I found a few issues (see...
See RedisearchQuery#executeAggregation
- Spring configuration for Index Creation and output of Indices text for DevOps purposes - Maven and Gradle tasks to output the current list of indices and Redis Search command
See https://docs.spring.io/spring-data/data-redis/docs/current/reference/html/#query-by-example
We use a Redis fork of Test Containers () to do integration testing, with one base class for each type of persistence/repositories: - https://github.com/redis/redis-om-spring/blob/main/redis-om-spring/src/test/java/com/redis/om/spring/AbstractBaseDocumentTest.java for `@Document` tests - https://github.com/redis/redis-om-spring/blob/main/redis-om-spring/src/test/java/com/redis/om/spring/AbstractBaseEnhancedRedisTest.java for...
Just like you have a rateable_id and a rateable_type we could have a rater_type to go along rater_id so that multiple models could act as a rater. The example I...