analogdevicesinc / pyadi-iio

Python interfaces for ADI hardware with IIO drivers (aka peyote)
https://analogdevicesinc.github.io/pyadi-iio
Other
134 stars 99 forks source link

Added colormap to waterfall #497

Closed 777arc closed 7 months ago

tfcollins commented 7 months ago

@777arc just need to run the linter

777arc commented 7 months ago

@777arc just need to run the linter

All your linter says is

black....................................................................Failed

reformatted /home/runner/work/pyadi-iio/pyadi-iio/examples/phaser/RADAR_FFT_Waterfall.py

No idea what that means

tfcollins commented 7 months ago

@777arc just need to run the linter

All your linter says is

black....................................................................Failed

* hook id: black

* files were modified by this hook

reformatted /home/runner/work/pyadi-iio/pyadi-iio/examples/phaser/RADAR_FFT_Waterfall.py

No idea what that means

It means the code isn't formatted. Just run the litter and it will format it for you

777arc commented 7 months ago

Ah didn't realize black was the name of a linter/autoformatter