Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# AGENTS

## Environment

- **Activation required**: Always run `conda activate CausalPy` before executing any Python commands, tests, or scripts
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I use micromamba XD as conda is siper slow ... and maybe others develop with pixi ... 🤔

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That is a good point. I wonder if there's a way to give instructions which can work out what a particular developer is doing. One solution would be a local file which has that info, but that's a bit of a burden on the developer and might start to put barriers up for new contributors. Maybe we could give it a list of options to try? Open to ideas.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@copilot any thoughts?


## Testing preferences

- Write all Python tests as `pytest` style functions, not unittest classes
Expand Down