Ryan Rickerts

Results 2 issues of Ryan Rickerts

**Describe the bug** Cannot assign an `_id` field a mongodb ObjectID value. Receive BSON version error. Code below produces: ``` > npx migrate-mongo up ERROR: Could not migrate up 20230404223533-seed_accounts.js:...

https://github.com/thomasnield/oreilly_essential_math_for_data_science_book/blob/930169272a09108c089545667dcbbfec68ae286e/chapter_1/1_20_deriviatve_subst.py#L12 This example does not use sympy so `subs()` throws an error: ``` ❯ python -V Python 3.12.0 ❯ python 1_20_deriviatve_subst.py 4.0 Traceback (most recent call last): File "/Users/ricker/Code/learning/oreilly_essential_math_for_data_science_book/chapter_1/1_20_deriviatve_subst.py", line...