Skip to content

feature_01_testing#9

Merged
MadhuTangudu merged 9 commits intotestingfrom
feature_01
Sep 5, 2021
Merged

feature_01_testing#9
MadhuTangudu merged 9 commits intotestingfrom
feature_01

Conversation

@bdiptesh
Copy link
Owner

@bdiptesh bdiptesh commented Sep 4, 2021

Description

Clustering module with associated integration tests.

Tickets

Type of change

Please select option(s) that are relevant.

  • New feature (non-breaking change which adds functionality)

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

  • Unit tests in the code
  • Code runs locally without any warnings/errors with test files

Checklist:

  • New and existing unit tests pass locally with my changes
  • I have added tests including corner cases that prove my fix is effective or that my feature works
  • I have run tests before committing
  • My code follows the contribution guidelines of this project
  • I have performed a self & peer review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • My changes generate no new warnings/errors
  • Any dependent changes have been merged and published in downstream modules
  • Left side is NOT stable branch. Example: Left side is testing branch
  • Right side is YOUR branch. Example: feature_36

First draft of module Cluster
changelog:
- Added singular variable x7 in store.csv
- Computing single set of random reference set for all values of k in clustering module
changelog:
- added module Cluster
- added 5 integration tests for module Cluster
- removed pylint workflow (github action)
@bdiptesh bdiptesh added stats Statistics merge Merge labels Sep 4, 2021
@bdiptesh bdiptesh added this to the v0.4.0 milestone Sep 4, 2021
@bdiptesh bdiptesh self-assigned this Sep 4, 2021
changelog:
- added comments for some edge cases in module Cluster
changelog:
- added 1 intergration test for module Cluster
@MadhuTangudu MadhuTangudu merged commit 23d40da into testing Sep 5, 2021
@MadhuTangudu MadhuTangudu deleted the feature_01 branch September 5, 2021 12:38
@bdiptesh bdiptesh removed this from the v0.4.0 milestone Jan 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

merge Merge stats Statistics

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Clustering: Optimal k

2 participants