Open
Description
shouldn't https://github.com/jakevdp/JupyterWorkflow/blob/master/jupyterworkflow/tests/test_data.py#L10 be assert len(...) == 24
instead of assert len(... == 24)
. the test was passing because comparing the numpy array with 24 produced a boolean array of non-zero length.
Sorry if I'm missing something obvious.
Kudos to the awesome playlist :)
Metadata
Metadata
Assignees
Labels
No labels