https://github.com/csc510g12/hw1
Science Score: 36.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
✓DOI references
Found 2 DOI reference(s) in README -
✓Academic publication links
Links to: zenodo.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (15.0%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: csc510g12
- License: mit
- Language: Python
- Default Branch: main
- Size: 43 KB
Statistics
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
Homework 1
How to setup
if you are using environment manager like conda or virtualenv please activate your environment first.
install poetry
bash
pip install poetry
install dependencies
bash
poetry install
initialize pre-commit
bash
pre-commit install
Adding Python Unit Tests
To add a new unit test, create a new file in the tests directory. The file should be named test_<module_name>.py where <module_name> is the name of the module you are testing. For example, if you are testing the hw1 module, the file should be named test_hw1.py.
Run the tests using the following command:
bash
poetry run pytest
you will see some tests passed and some failed. You can see the failed tests by scrolling up in the terminal.
Team Members
Gavin Gong 💻 ⚠️ 📖 |
azkuang 💻 ⚠️ 📖 |
Ohm Desai 💻 ⚠️ 📖 |
GitHub Events
Total
- Release event: 1
- Delete event: 3
- Issue comment event: 4
- Push event: 13
- Pull request event: 10
- Fork event: 1
- Create event: 5
Last Year
- Release event: 1
- Delete event: 3
- Issue comment event: 4
- Push event: 13
- Pull request event: 10
- Fork event: 1
- Create event: 5
Issues and Pull Requests
Last synced: 10 months ago
All Time
- Total issues: 0
- Total pull requests: 5
- Average time to close issues: N/A
- Average time to close pull requests: 1 minute
- Total issue authors: 0
- Total pull request authors: 3
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 4
- Bot issues: 0
- Bot pull requests: 2
Past Year
- Issues: 0
- Pull requests: 5
- Average time to close issues: N/A
- Average time to close pull requests: 1 minute
- Issue authors: 0
- Pull request authors: 3
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 4
- Bot issues: 0
- Bot pull requests: 2
Top Authors
Issue Authors
Pull Request Authors
- allcontributors[bot] (2)
- azkuang (2)
- odesai840 (1)