Clean public release repository

This commit is contained in:
Armin
2026-06-15 18:12:13 +02:00
parent 8c920739ea
commit 6c1e40fffe
30 changed files with 221 additions and 2691 deletions
+2 -2
View File
@@ -95,7 +95,7 @@ const EXPERT_VAR_TO_DIM = Dict(
)
function load_and_preprocess_4dim_data(start_year=1950; data_dir::String=".")
println("Loading 4D latent trait data files...")
println("Loading party-position data files...")
println("Start year filter: $start_year")
data_dir != "." && println("Data directory: $data_dir")
@@ -274,4 +274,4 @@ end
if abspath(PROGRAM_FILE) == @__FILE__
text_data, expert_dim, expert_lr, year0, u2c, c2u = load_and_preprocess_4dim_data()
println("4D data loading test completed successfully")
end
end