[
https://issues.apache.org/jira/browse/MAHOUT-866?focusedWorklogId=1000778&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-1000778
]
ASF GitHub Bot logged work on MAHOUT-866:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 19/Jan/26 07:31
Start Date: 19/Jan/26 07:31
Worklog Time Spent: 10m
Work Description: ryankert01 commented on code in PR #870:
URL: https://github.com/apache/mahout/pull/870#discussion_r2703539683
##########
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:
why remove the goto pytest command
Issue Time Tracking
-------------------
Worklog Id: (was: 1000778)
Time Spent: 40m (was: 0.5h)
> 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: 40m
> 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)