python - testing the output of seaborn figure level plots - Stack Overflow
I'm writing a piece of code involving data displaying with seaborn. I would like to develop some testing units to test that the output of figure level plots are properly generated.
I can test that the figure file is created, but how can I check that the output is the correct one? My idea would be to use a standard dataset and compare the output figure with a reference one. But how can I compare the two plots? I can calculate the checksum of the output figure and of the reference one, is this test accurate?
Thanks for your help!
最新文章
- Win10、安卓手机实现打通:拖拽即可互传文件
- 手机防盗软件拍下“嫌疑人”可当呈堂证供
- 仅售74美元的Android迷你电脑:你会买吗?
- delphi - How to set up the properties of the ScrollBars of a TStringGrid? - Stack Overflow
- swift - Content inside .sheet() being infinitely called - Stack Overflow
- What is the correct TypeScript type for the `children` property in Svelte 5? - Stack Overflow
- Adding Fields to Order API Call on WooCommerce - Stack Overflow
- maven - How can I get the dependencies about the master code of mule? - Stack Overflow
- reactjs - Why can't AWS Amplify find my components from a working version of my React App? - Stack Overflow
- caching - Pytorch: the cache is constantly increasing - Stack Overflow
- home assistant - Putting sensors in separate YAML file leads to errors - Stack Overflow
- java - Bluej throws SSLHandshakeException making http request - Stack Overflow
- verilog - Is it possible to create task within interface for specific modport? - Stack Overflow
- python - Multi-level list with each level number included - Stack Overflow
- python - Best way to chunk data from SQLAlchemy based on date? - Stack Overflow
- React Native Build Error on Windows: "EMFILE: too many open files" During `assembleRelease` - Stack Overflow
- python - How Can I Use GPU to Accelerate Image Augmentation? - Stack Overflow