RTD failure due to plots involving convolution Kernels
See original GitHub issueDescription
There are RTD failures due to a missing ndim
in latest PRs, see:
- https://readthedocs.org/projects/astropy/builds/16812769/
- https://readthedocs.org/projects/astropy/builds/16812180/
I believe this may have to do with the latest version of matplotlib
(https://github.com/matplotlib/matplotlib/releases/tag/v3.5.2) interacting poorly with how plots for Box1DKernel
, Gaussian1DKernel
, RickerWavelet1DKernel
, and Trapezoid1DKernel
are coded.
Note that a simple attempt at fixing this was tried in #13205; however, I think the fix will be more involved than this.
This is related to matplotlib/matplotlib#22973
Issue Analytics
- State:
- Created a year ago
- Comments:15 (15 by maintainers)
Top Results From Across the Web
A Self-Adaptive 1D Convolutional Neural Network for Flight ...
In this paper, a novel one-dimension convolutional neural network (CNN) is ... resistive temperature detectors (RTD), and piezoelectric lead–zirconate ...
Read more >On the Anatomy of Predictive Models for ... - ACM Digital Library
Our analysis shows that models learned from GTB—and more in general techniques based on Decision Trees—are more effective than other models because of...
Read more >International Journal of Heat and Mass Transfer - NSF PAR
This paper addresses the significance of and need for understanding the thermal impulse response func- tion for (1) validating in-situ thermocouple models; ...
Read more >On the Anatomy of Predictive Models for Accelerating GPU ...
In this work, we analyze different machine learning techniques and predictive models to accelerate the convolution operator and GEMM. Moreover, ...
Read more >A Basic Guide to RTD Measurements - Texas Instruments
RTDs, or resistance temperature detectors, are sensors used to measure ... This means that there is little variation from sensor to sensor because....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This has now been fixed by matplotlib/matplotlib#22975 so the next release of matplotlib should contain the needed fix.
@mhvk you are exactly correct. See https://github.com/matplotlib/matplotlib/issues/22973#issuecomment-1117845296 where I just posted a better minimal reproducer. My above comment was me doing a first quick attempt.