tarbaig

Results 6 issues of tarbaig

# Checks * [x] I added a descriptive title to this issue * [x] I have searched (google, github) for similar issues and couldn't find anything * [x] I have...

bug

mypy fails to notice type mismatches in subclasses of faust.Record. However, the documentation explicitly mentions static typing and type checking and when going through the codebase, great care has been...

## Expected Behavior After building QGC inside the docker container according to instructions, QCG should find a libSDL2 version. ## Current Behavior libSDL2-2.0.so is not found, and ( as far...

Behavior === When running the ipython notebook using the dependencies from requirements.txt. cell 8 raises an atribute error: ```AttributeError: unexpected attribute 'plot_width' to figure, similar attributes are outer_width, width or...

For those using this lib: Drawing corners returned by: ```python corners3, score = detect_checkerboard(image, (9,6), winsize=5 ) ``` using ```cv2.drawChessboardCorners``` fails. However: ```python image = cv.drawChessboardCorners(image, (9,6), corners3.astype(np.float32), True) ```...

# Description: Using `Analyze.ShowClassSplits` on an object returned by the importer returns an empty dataframe. # Expected: The returned frame should contain the proportion of the samples labeled `train`, `test`...