Add interactive dashboard, expanded problem factories, and visualization gallery#4
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| [project] | ||
| name = "rms-optimization-framework" | ||
| version = "0.1.0" | ||
| description = "Modular framework for reconfigurable manufacturing systems optimisation" | ||
| authors = [{name = "Research Automation"}] | ||
| requires-python = ">=3.10" | ||
| dependencies = [] | ||
|
|
There was a problem hiding this comment.
Ensure bundled pandas shim is importable when running pytest
The suite adds a custom pandas implementation, but it is not exposed as an installable dependency or otherwise added to sys.path. Running the usual pytest -q command raises ModuleNotFoundError: No module named 'pandas' before tests even collect, because Python cannot locate the pandas package when the working directory is not automatically added to the module search path. The only way to execute the tests is to invoke pytest through a helper script that manipulates sys.path. Consider packaging the shim in pyproject.toml or adjusting imports so the replacement pandas module is discoverable, allowing pytest to run without additional steps.
Useful? React with 👍 / 👎.
Summary
Testing
https://chatgpt.com/codex/tasks/task_e_6905635dcc148324aab009e512efab09