prop/test/mix/tasks
Graham McIntire e4668790a4
refactor(weather): make rebatch logic callable from release eval
Mix.Task.run isn't available in a compiled release, so the in-prod
`bin/microwaveprop eval 'Mix.Tasks.Weather.RebatchAsos.run(...)'`
dispatch crashes. Moves the real logic into a plain module
(`Microwaveprop.Weather.RebatchAsos`) that both the Mix task and a
release eval can call. Uses IO.puts over Mix.shell for the same
reason.
2026-04-24 13:05:52 -05:00
..
propagation_ml_tasks_test.exs test: push coverage over 85% via PropagationAnalyze/Train smoke tests 2026-04-24 10:32:05 -05:00
reset_enrichment_test.exs fix enrichment 2026-04-02 15:30:41 -05:00
simple_tasks_test.exs test: coverage round 2 (82.05% → 83.96%) + 23 new property tests 2026-04-24 10:15:37 -05:00
weather_rebatch_asos_test.exs refactor(weather): make rebatch logic callable from release eval 2026-04-24 13:05:52 -05:00