Commit Graph

72 Commits

Author SHA1 Message Date
5b69fe25b4 Link from Day 5 2025-10-24 20:34:06 +00:00
97d4d9c9a7 Fix #12
accidentally opening a jupyter notebook in api/
caused apidoc to try to incorporate that into
the api docs.
2025-10-24 15:10:13 -05:00
e3ffd2210b Merge pull request 'Implement Unit Testing for fancymath' (#8) from unit_tests into main
Reviewed-on: #8
2025-10-24 17:10:58 +00:00
aa7dc496dc Merge pull request 'Add subtests for test_cross_product.' (#11) from test/vector-cross-subtests into unit_tests
Reviewed-on: #11
Reviewed-by: Tim Diller <tim@dillerdigital.com>
2025-10-24 16:09:11 +00:00
Corran Webster
66123f6064 Add subtests for test_cross_product. 2025-10-24 16:54:47 +01:00
913169fe68 Merge pull request 'unit_tests_ambar' (#10) from unit_tests_ambar into unit_tests
Reviewed-on: #10
Reviewed-by: Tim Diller <tim@dillerdigital.com>
2025-10-24 15:42:56 +00:00
5850743394 Merge branch 'unit_tests' into unit_tests_ambar 2025-10-24 10:42:22 -05:00
79b6c10b70 Corrected syntax for vecotr.abs() test 2025-10-24 11:38:26 -04:00
491c531ed8 Merge pull request 'Add cross-product and tests' (#9) from enh/cross-product into unit_tests
Reviewed-on: #9
2025-10-24 15:25:26 +00:00
Corran Webster
437be17f51 Add cross product impleimentation 2025-10-24 16:21:50 +01:00
64f06ce7c1 Merge branch 'unit_tests' into enh/cross-product 2025-10-24 15:19:46 +00:00
4d5e2db71a add test for proper failure of Vector.dot 2025-10-24 10:18:04 -05:00
b613241807 Add unit test for Vector.abs 2025-10-24 11:17:40 -04:00
Corran Webster
13ac74132c Add cross-product and tests 2025-10-24 16:13:25 +01:00
35a1705570 Add unit test for Vecotr.abs method 2025-10-24 11:10:39 -04:00
352480ac14 add test_dot_product to test_vector.py 2025-10-24 10:08:28 -05:00
6ba84c9859 add tests for adding Vectors 2025-10-24 09:58:26 -05:00
6d98c08e89 tests for is_even and is_odd 2025-10-24 09:46:21 -05:00
56c892d944 make test folder importable 2025-10-24 09:34:21 -05:00
922ed4d394 initial commit test suite 2025-10-24 09:33:33 -05:00
a3e89d3460 Fix formatting typo in README 2025-10-24 13:58:25 +00:00
b90d601490 Day 4 notebook and README links 2025-10-23 13:48:00 -05:00
6ae7933baa add assertion to main block in vector.py as an example of simple test 2025-10-23 13:36:54 -05:00
4198198e02 logger handles exception 2025-10-23 11:37:12 -05:00
bac8d74803 add logging and main function to fancymath 2025-10-23 11:25:35 -05:00
a40a2ff442 Update README with links from Day 3 2025-10-22 18:25:43 +00:00
830eda6e1c GIAT convert_mass example from class 2025-10-22 13:21:46 -05:00
68d6df3a4f add __name__ == '__main__' block in fancy math 2025-10-22 13:19:34 -05:00
e03dec68d3 Merge pull request 'Corran's Additions to Day 3 links' (#7) from typing-for-humans into main
Reviewed-on: #7
2025-10-22 18:18:09 +00:00
Corran Webster
8749588d99 Add link to Sphinx AutoAPI 2025-10-22 17:52:25 +01:00
09b01811a9 add a fact function to show that apidoc auto updates 2025-10-22 11:48:35 -05:00
edf3a13c42 API docs for fancymath 2025-10-22 11:42:22 -05:00
eaa4b22c9d modify gitignore for doc build artifacts 2025-10-22 11:33:08 -05:00
3bc4958b04 documentation for fancymath 2025-10-22 11:30:22 -05:00
Corran Webster
5cfcae1481 Add PyData Sphinx Theme 2025-10-22 17:14:03 +01:00
Corran Webster
702f852f9e Use a better link to blog article. 2025-10-22 16:41:19 +01:00
Corran Webster
4b93c78cd6 Add day 3 links section and links to typing blog post. 2025-10-22 16:19:11 +01:00
41e606e314 Merge pull request 'Clean up the repo' (#6) from reorg into main
Reviewed-on: #6
Reviewed-by: Corran Webster <corran@dillerdigital.com>
2025-10-22 14:14:06 +00:00
660fcfd06c move the todo files to their own directory to clean up the repo 2025-10-22 09:12:29 -05:00
f00624f5d5 Merge pull request 'Class slides in the order presented' (#5) from class-slides into main
Reviewed-on: #5
Reviewed-by: Ambar de Santiago <ambar@lanl.gov>
2025-10-22 14:08:19 +00:00
9691936239 Class slides in the order presented 2025-10-22 08:55:28 -05:00
51a586a618 more resources for C language style guides. 2025-10-21 20:01:40 +00:00
05a78e6b1e Merge pull request 'Day 2 - Fancy Math project' (#3) from project_init into main
Reviewed-on: #3
2025-10-21 19:32:47 +00:00
1307627cba Fancy Math project 2025-10-21 14:31:24 -05:00
6aa9f0c2a3 Update README with links from Day 2 2025-10-21 19:23:16 +00:00
1d836352a1 Add black to the README 2025-10-21 17:45:43 +00:00
bbb2439ac8 Merge pull request 'Merge tim's todo' (#1) from tim into main
Reviewed-on: #1
Reviewed-by: David Moody <david.moody@penta-inc.com>
2025-10-21 15:42:42 +00:00
bfd9f0b76e Merge branch 'main' into tim 2025-10-21 10:42:00 -05:00
63b45ccee1 add text to tim's todo 2025-10-21 10:41:51 -05:00
3ddfe0f467 add a tim todo 2025-10-21 10:41:51 -05:00