Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(937)

Unified Diff: dashboard/dashboard/pinpoint/models/mann_whitney_u_test.py

Issue 3019503002: [pinpoint] Move mann_whitney_u.py to models/ (Closed)
Patch Set: Created 3 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « dashboard/dashboard/pinpoint/models/mann_whitney_u.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dashboard/dashboard/pinpoint/models/mann_whitney_u_test.py
diff --git a/dashboard/dashboard/pinpoint/mann_whitney_u_test.py b/dashboard/dashboard/pinpoint/models/mann_whitney_u_test.py
similarity index 94%
rename from dashboard/dashboard/pinpoint/mann_whitney_u_test.py
rename to dashboard/dashboard/pinpoint/models/mann_whitney_u_test.py
index c997b7144883e6f73f8f16669f3e2ed5d5766c21..38dbaab59d752dc85c7667449676a8a28a87a714 100644
--- a/dashboard/dashboard/pinpoint/mann_whitney_u_test.py
+++ b/dashboard/dashboard/pinpoint/models/mann_whitney_u_test.py
@@ -4,7 +4,7 @@
import unittest
-from dashboard.pinpoint import mann_whitney_u
+from dashboard.pinpoint.models import mann_whitney_u
class MannWhitneyUTest(unittest.TestCase):
« no previous file with comments | « dashboard/dashboard/pinpoint/models/mann_whitney_u.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698