Commit 02b7de3
committed
Fixed artifact in global scale separation
- Global scale separation relies on an interpolation of the larger
decomposition levels to the smallest decomposition level. The previous
versions misused the `fill_value` kwarg of the interpolation leading to
an artifact in the clustered frequencies. This was fixed by adding a
custom fill function.
- Simultaneously, the tutorial with real data was re-worked to drop the
dependence on the seaborn library while also updating to use the new
interpolation logic.1 parent e152f29 commit 02b7de3
File tree
2 files changed
+254
-187
lines changed- pydmd
- tutorials/tutorial20
2 files changed
+254
-187
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
357 | 357 | | |
358 | 358 | | |
359 | 359 | | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
360 | 415 | | |
361 | 416 | | |
362 | 417 | | |
| |||
388 | 443 | | |
389 | 444 | | |
390 | 445 | | |
391 | | - | |
392 | 446 | | |
393 | 447 | | |
394 | 448 | | |
395 | 449 | | |
396 | 450 | | |
397 | | - | |
398 | 451 | | |
399 | 452 | | |
| 453 | + | |
| 454 | + | |
| 455 | + | |
| 456 | + | |
400 | 457 | | |
401 | 458 | | |
402 | 459 | | |
| |||
Large diffs are not rendered by default.
0 commit comments