No description
Two defects surfaced by the 2026-08-01 production run. The generated report's "Applying these weights" section claimed the JSON was inert until someone wired it into BandConfig. That stopped being true when BandWeights landed: BandConfig.weights/1 consults BandWeights.lookup/1 ahead of the in-source :weights override and the global @weights default, so band_weights.json is a live scoring input. Anyone reading the report would have concluded a recalibration run was a no-op. Replace the paragraph and document the operational half that was missing entirely -- BandWeights caches into :persistent_term on first read, so a running node serves the previous weights until it is redeployed or BandWeights.reset/0 is called. PSKR_BAND_TO_MHZ was missing 9cm, so every run logged "skipping unknown PSKR band" and dropped those rows from the corpus accounting. Weight derivation is unaffected -- 3400 MHz is not in PSKR_BANDS, so it still routes to the contacts fit (source=contacts, n=334, unchanged). The dict already carries other non-routed bands (23cm, 13cm, 3cm); 9cm was simply absent. |
||
|---|---|---|
| .forgejo/workflows | ||
| .github | ||
| assets | ||
| bin | ||
| config | ||
| docs | ||
| k8s | ||
| lib | ||
| lib_ml | ||
| nix | ||
| notebooks | ||
| priv | ||
| rel | ||
| rust/prop_grid_rs | ||
| scripts | ||
| test | ||
| vendor | ||
| .credo.exs | ||
| .dockerignore | ||
| .envrc | ||
| .formatter.exs | ||
| .gitignore | ||
| .tool-versions | ||
| AGENTS.md | ||
| algo.md | ||
| app.json | ||
| bugs.md | ||
| CLAUDE.md | ||
| Dockerfile | ||
| Dockerfile.base | ||
| flake.lock | ||
| flake.nix | ||
| LICENSE | ||
| Makefile | ||
| mix.exs | ||
| mix.lock | ||
| nix.md | ||
| prediction.md | ||
| README.md | ||
| shell.nix | ||
| tail_logs.sh | ||
| updates.md | ||
Microwaveprop
To start your Phoenix server:
- Run
mix setupto install and setup dependencies - Start Phoenix endpoint with
mix phx.serveror inside IEx withiex -S mix phx.server
Now you can visit localhost:4000 from your browser.
Ready to run in production? Please check our deployment guides.
Learn more
- Official website: https://www.phoenixframework.org/
- Guides: https://hexdocs.pm/phoenix/overview.html
- Docs: https://hexdocs.pm/phoenix
- Forum: https://elixirforum.com/c/phoenix-forum
- Source: https://github.com/phoenixframework/phoenix