-
Notifications
You must be signed in to change notification settings - Fork 0
Issues: UBC-MDS/traders_copilot_mzza_25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
In the documentation, the term "Prerequisites" might be misleading, as it usually refers to system requirements or dependencies. Since the listed steps guide users through using the package rather than setting up dependencies, a more appropriate heading would be "Getting Started" or "Workflow" to better reflect its purpose. Consider updating it in the documentation menu bar:Prerequisites Section
#56
opened Jan 29, 2025 by
abbyturi
Update: running poetry add --group dev pytest-cov, then poetry install, runs the test, then I had to update each test file to import from the correct path. For example in the test_generate_signals.py file, I updated the function import line to from traders_copilot_mzza_25.generate_signals import generate_signals. I updated all the files locally and was able to view the coverage report
#51
opened Jan 29, 2025 by
abbyturi
I would also suggest tidying up the README.md file a bit, for example including backticks around code to run in the "Installation" section of the README file
running pytest tests/ --cov=traders_copilot_mzza_25 is not working for me. It looks like you may be missing this in your dependencies in your pyproject.toml file under [tool.poetry.group.dev.dependencies]
#50
opened Jan 29, 2025 by
abbyturi
ProTip!
Add no:assignee to see everything that’s not assigned.