---------------------------------------------------------------------------
ValueError Traceback (most recent call last)
<ipython-input-10-3aaabe578c05> in <module>
----> 1 out.compute(scheduler="single-threaded")
~/.conda/envs/sgkit-gpu-new/lib/python3.8/site-packages/dask/base.py in compute(self, **kwargs)
281 dask.base.compute
282 """
--> 283 (result,) = compute(self, traverse=False, **kwargs)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"""A script to generate a Bar Chart race graph from the linux git commits | |
commits.txt was generated via: | |
git log --format=%ai$%an > commits.txt | |
Pre-requisite: | |
============== | |
conda install -c conda-forge bar_chart_race ffmpeg imagemagick pandas | |
Instructions to run: |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ 160.964880] cloud-init[1391]: ng dask ... extracting (42.7%) | |
[1B[1A[2K | |
Pulling dask ... extracting (42.8%) | |
[1B[1A[2K | |
Pulling dask ... extracting (43.6%) | |
[1B[1A[2K | |
Pulling dask ... extracting (44.3%) | |
[1B[1A[2K | |
Pulling dask ... extracting (45.1%) | |
[1B[1A[2K |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: skallel | |
channels: | |
- conda-forge | |
dependencies: | |
- pip | |
- multipledispatch | |
- numba | |
- numpy |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.