Karl Lapo

Results 10 issues of Karl Lapo

I _think_ the rednoise function does not produce the results desired. Here is a minimal example based on the function. ``` from scipy.signal import lfilter import matplotlib.pyplot as plt import...

Scikit-learn recently updated all classes to have the `get_feature_names_out` method in order to allow retrieving feature names from pipelines (https://github.com/scikit-learn/scikit-learn/issues/21308). The templates could be updated to reflect this new "template"....

# Introducing multi-resolution COherent SpatioTemporal Scale separation (mrCOSTS) Hello all! This pull request introduces the mrCOSTS framework for PyDMD. It is an extension of the continuous multi-resolution DMD from [Dylewsky...

**Is your feature request related to a problem? Please describe.** When doing multiresolution scale separation it is common for data windows to have a poor condition number. `snapshots.Snapshots` gives a...

enhancement

**Is your feature request related to a problem? Please describe.** The current DMD base class builds its own time series in `_set_initial_time_dictionary` in dmdbase.py based purely on the length of...

enhancement

**The objective** It appears like the eigenvalues from the exact DMD (and related quantities like frequency and growth_rate) are not what I would expect intuitively. Further, solutions for the eigenvalues...

question

The internal PT-100s from the Ultima or XT (i.e., `probe1Temperature` and `probe2Temperature`) are not being dropped when using external reference sensors. Should the desired behavior be to drop any reference...

The `reverse` attribute was used in too many places with different meanings, leading to some of the problems with section labels that decrease in LAF. There needs to be a...

The data conversion from datastore to dataset drops all everything related to the `params` variable. There needs to be an option to return that to the user when looking explicitly...

Hi all, I found a small bug in how mrCOSTS builds it convolution windows and performed window rounding. The long story short was that I didn't correctly adapt the original...