Tim Diller TimDiller
  • Austin, TX
  • Founder and President of Diller Digital, LLC, formerly Director of Digital Transformation Services at Enthought, Inc.

  • Joined on 2025-08-12
TimDiller pushed to unit_tests_ambar at DillerDigitalStud…/DD-SWNG-20251020-V 2025-10-24 15:42:34 +00:00
5850743394 Merge branch 'unit_tests' into unit_tests_ambar
491c531ed8 Merge pull request 'Add cross-product and tests' (#9) from enh/cross-product into unit_tests
437be17f51 Add cross product impleimentation
64f06ce7c1 Merge branch 'unit_tests' into enh/cross-product
4d5e2db71a add test for proper failure of Vector.dot
Compare 7 commits »
TimDiller approved DillerDigitalStud…/DD-SWNG-20251020-V#10 2025-10-24 15:39:22 +00:00
unit_tests_ambar

Looks good. thanks for the corrections.

TimDiller commented on pull request DillerDigitalStud…/DD-SWNG-20251020-V#10 2025-10-24 15:28:17 +00:00
unit_tests_ambar
TimDiller commented on pull request DillerDigitalStud…/DD-SWNG-20251020-V#10 2025-10-24 15:27:49 +00:00
unit_tests_ambar
======================================================================
FAIL: test_abs (test.test_vector.TestVector.test_abs)
-----------------------------------------------------------------…
TimDiller deleted branch enh/cross-product from DillerDigitalStud…/DD-SWNG-20251020-V 2025-10-24 15:25:35 +00:00
TimDiller pushed to unit_tests at DillerDigitalStud…/DD-SWNG-20251020-V 2025-10-24 15:25:28 +00:00
491c531ed8 Merge pull request 'Add cross-product and tests' (#9) from enh/cross-product into unit_tests
437be17f51 Add cross product impleimentation
64f06ce7c1 Merge branch 'unit_tests' into enh/cross-product
13ac74132c Add cross-product and tests
Compare 4 commits »
TimDiller merged pull request DillerDigitalStud…/DD-SWNG-20251020-V#9 2025-10-24 15:25:27 +00:00
Add cross-product and tests
TimDiller commented on pull request DillerDigitalStud…/DD-SWNG-20251020-V#9 2025-10-24 15:25:03 +00:00
Add cross-product and tests

Would it be appropriate for this to implement @ instead?

TimDiller commented on pull request DillerDigitalStud…/DD-SWNG-20251020-V#9 2025-10-24 15:21:18 +00:00
Add cross-product and tests

@corran did you forget to push your changes to Vector that implement the outer product?

TimDiller pushed to enh/cross-product at DillerDigitalStud…/DD-SWNG-20251020-V 2025-10-24 15:19:48 +00:00
64f06ce7c1 Merge branch 'unit_tests' into enh/cross-product
4d5e2db71a add test for proper failure of Vector.dot
352480ac14 add test_dot_product to test_vector.py
Compare 3 commits »
TimDiller pushed to unit_tests at DillerDigitalStud…/DD-SWNG-20251020-V 2025-10-24 15:19:27 +00:00
4d5e2db71a add test for proper failure of Vector.dot
TimDiller created pull request DillerDigitalStud…/DD-SWNG-20251020-V#8 2025-10-24 15:06:42 +00:00
Implement Unit Testing for fancymath
TimDiller pushed to unit_tests at DillerDigitalStud…/DD-SWNG-20251020-V 2025-10-24 14:58:30 +00:00
6ba84c9859 add tests for adding Vectors
TimDiller pushed to unit_tests at DillerDigitalStud…/DD-SWNG-20251020-V 2025-10-24 14:46:27 +00:00
6d98c08e89 tests for is_even and is_odd
TimDiller pushed to unit_tests at DillerDigitalStud…/DD-SWNG-20251020-V 2025-10-24 14:34:26 +00:00
56c892d944 make test folder importable
TimDiller pushed to unit_tests at DillerDigitalStud…/DD-SWNG-20251020-V 2025-10-24 14:33:38 +00:00
922ed4d394 initial commit test suite
TimDiller created branch unit_tests in DillerDigitalStud…/DD-SWNG-20251020-V 2025-10-24 14:33:38 +00:00
TimDiller pushed to main at DillerDigitalStud…/DD-SWNG-20251020-V 2025-10-24 13:58:27 +00:00
a3e89d3460 Fix formatting typo in README
TimDiller pushed to main at DillerDigitalStud…/DD-SWNG-20251020-V 2025-10-23 18:48:05 +00:00
b90d601490 Day 4 notebook and README links
TimDiller pushed to main at DillerDigitalStud…/DD-SWNG-20251020-V 2025-10-23 18:36:58 +00:00
6ae7933baa add assertion to main block in vector.py as an example of simple test