[
https://issues.apache.org/jira/browse/MAHOUT-866?focusedWorklogId=1000779&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-1000779
]
ASF GitHub Bot logged work on MAHOUT-866:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 19/Jan/26 07:33
Start Date: 19/Jan/26 07:33
Worklog Time Spent: 10m
Work Description: viiccwen commented on code in PR #870:
URL: https://github.com/apache/mahout/pull/870#discussion_r2703545228
##########
CONTRIBUTING.md:
##########
@@ -69,11 +69,15 @@ git push
### 2.3 Test
-Run the test suite using pytest:
+The project uses a unified test workflow with pytest. Tests are organized in
the `testing/` directory.
-```bash
-pytest
Review Comment:
I think put the detailed testing command in testing/README.md is better. 🤔
Issue Time Tracking
-------------------
Worklog Id: (was: 1000779)
Time Spent: 50m (was: 40m)
> Move Precondition checks out of Mahalanobis.distance method and into
> configuration/setup
> ----------------------------------------------------------------------------------------
>
> Key: MAHOUT-866
> URL: https://issues.apache.org/jira/browse/MAHOUT-866
> Project: Mahout
> Issue Type: Improvement
> Reporter: Grant Ingersoll
> Assignee: Grant Ingersoll
> Priority: Minor
> Fix For: 0.6
>
> Time Spent: 50m
> Remaining Estimate: 0h
>
> The Mahalanobis distance currently checks certain preconditions on member
> variables for every call to distance(). These should be done as part of
> setup, not as part of the distance call.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)