Science Score: 54.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (9.4%) to scientific vocabulary
Last synced: 10 months ago · JSON representation ·

Repository

Basic Info
  • Host: GitHub
  • Owner: SunandiniM
  • License: mit
  • Language: Python
  • Default Branch: main
  • Size: 75.2 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 2
  • Open Issues: 0
  • Releases: 3
Created almost 4 years ago · Last pushed over 3 years ago
Metadata Files
Readme Contributing License Code of conduct Citation

README.md

Group2_HW - 2,3,4

DOI Documentation Status Collaborators Language License Unit Tests Code Coverage

## Summary - HW2 Convert the LUA code to python and work on the Num and Sym classes and convert the relevant testcases - HW3 Convert the LUA code to python and work on the Cols, Row, Data class and the test cases eg.csv, eg.data, eg.stats. - HW4 Add the post-commit hooks to auto run all the test cases and specify the code coverage tests

License

This project is licensed under the MIT License. See the LICENSE file for details

Run the application

  • Must have Python3 installed
  • Execute "python3 file_name.py"
  • Refer INSTALL.md file for the steps to run the application

Test the application

  • Application has an existing test suite
  • Execute "python3 file_name.py -e ALL" to run all the tests

Team Members:

  • Sahithi Ammana
  • Mithila Reddy Tatigotla
  • Sai Pavan Yalla
  • Vineeth Dasi
  • Sunandini Medisetti

Owner

  • Login: SunandiniM
  • Kind: user

Citation (CITATION.cff)

cff-version: 1.2.0
message: CSC 510 - HW 2,3,4,5
authors:
- family-names: Sahithi 
  given-names: Ammana
  email: sammana@ncsu.edu
- family-names: Mithila Reddy
  given-names: Tatigotla
  email: mtatigo@ncsu.edu
- family-names: Sai Pavan
  given-names: Yalla
  email: vyalla@ncsu.edu
- family-names: Vineeth
  given-names: Dasi
  email: vdasi@ncsu.edu
- family-names: Sunandini
  given-names: Medisetti
  email: smedise@ncsu.edu
identifiers:
  - type: url
    value: 'https://zenodo.org/badge/latestdoi/533100413'
title: "CSC 510 - HW 2,3,4,5"
version: v3.1.3
date-released: 2022-09-26
url: "https://github.com/SunandiniM/Group2_HW2"

GitHub Events

Total
Last Year

Dependencies

requirements.txt pypi
  • pytest ==7.1.2
  • setuptools *
.github/workflows/unit-tests.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v3 composite
  • codecov/codecov-action v2 composite