You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. generate_example_systems.py - Fixed incorrect file name in error message: Zeitreihen2020.csv → tmy_dresden.csv
2. clustering/base.py clusters() - Now validates dimensions for all variables, not just the first one, and checks for consistency between variables
3. clustering/base.py cluster_structure_from_mapping() - Fixed cluster occurrence mapping to handle non-contiguous cluster IDs by using max(unique_clusters) + 1 instead of len(unique_clusters) for n_clusters
0 commit comments