Don't warn when data has been clustered before

Issue #576 new
Robert Leach created an issue

USE CASE: WHAT DO YOU WANT TO DO?

Just cluster.

STEPS TO REPRODUCE AN ISSUE (OR TRIGGER A NEW FEATURE)

  1. Cluster data using average linkage method
  2. Cluster data using complete linkage method

CURRENT BEHAVIOR

The user gets a warning saying that they have clustered before.

EXPECTED BEHAVIOR

No warning.

DEVELOPERS ONLY SECTION

SUGGESTED CHANGE (Pseudocode optional)

Eliminate the warning, even if it is re-clustering the same way. Let the user do what they want.

FILES AFFECTED (where the changes will be implemented) - developers only

unknown

LEVEL OF EFFORT - developers only

minor

COMMENTS

The original impetus behind this warning was the generation of so many files. Since the file saving issue has been mitigated, this warning seems no longer necessary (and according to issue #392, inaccurate.

Makes issue #392 redundant.

Comments (0)

  1. Log in to comment