Skip to content

Small fixes: docs link, docker env file, weight help strings, uv.lock ignore#1006

Merged
k1o0 merged 5 commits into
masterfrom
small-fixes
Jul 8, 2026
Merged

Small fixes: docs link, docker env file, weight help strings, uv.lock ignore#1006
k1o0 merged 5 commits into
masterfrom
small-fixes

Conversation

@oliche

@oliche oliche commented Jun 17, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Update docs URL in README to cortex-lab GitHub Pages
  • Fix docker-compose env file reference (.env.env_prod)
  • Improve help strings for Lab.reference_weight_pct and Lab.zscore_weight_pct to accurately describe their role as minimum weight threshold fractions and how they blend reference vs. z-score expected weights
  • Add uv.lock to .gitignore

@oliche oliche requested a review from k1o0 June 17, 2026 11:58
@k1o0

k1o0 commented Jul 1, 2026

Copy link
Copy Markdown
Collaborator

What was the reason for change the env file to env_prod? Isn't env more standard?

k1o0 added 3 commits July 1, 2026 12:27
Keeping default (prod) env file as `.env`. Local overrides can be
done with a separate docker-compose.override.yaml file, e.g.

```yaml
services:
  django_dev:
    env_file: ../alyx/alyx/.env_dev
  postgres:
    env_file: ../alyx/alyx/.env_dev
```
@k1o0 k1o0 merged commit a5c5015 into master Jul 8, 2026
1 check passed
@k1o0 k1o0 deleted the small-fixes branch July 8, 2026 12:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants