Skip to content

MONA100421/DSCI510-lab24-1-MONA100421

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Review Assignment Due Date

DSCI 510 Fall 24 (32427R) Lab Assignment 1

Welcome to the Lab Assignment 1! Please implement all the functions present in lab1.py and use the testing script provided to make sure your functions produce correct results.

Testing your solution

  • Locally
    # To install dependencies on your local machine
    pip install -r requirements.txt
    
    # Finally, run the test suite
    pytest -v
  • GitHub Actions
    • Push your latest version of changes
    • Now, you can see the evalution report under the Actions section of your repository
    • Everytime you push a new version of your code, a GitHub Actions workflow will be triggered and run.

Evaluation Report

  • Click on the latest workflow run to see the latest evaluation report generated

    Here you are tested on public test cases (a part of the test suite)

  • Check the greyed Annotations saying Autograding complete with same test score (This is not the actual score for your assignment).

    It means you pass all the public test cases. private test cases may also include tricky and edge cases for you shall implement proper logic to handle them well.

About

DSCI510-lab24-1

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages