Conversation
…name is not found in the reference
|
I converted to draft so I can write a unit test to test this; will do that later. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #38 +/- ##
==========================================
+ Coverage 79.27% 79.41% +0.13%
==========================================
Files 23 23
Lines 3132 3143 +11
==========================================
+ Hits 2483 2496 +13
+ Misses 649 647 -2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Not really related to this PR, but it seemed like a good idea since Python 3.13 came out last October
|
Hmm, I added a commit to bump the version of Python tested to include 3.13, but the tests only ran up to version 3.12, not sure why. I don't see any other configuration file that references Python versions. If there's a reason not to support 3.13 yet, obviously we can undo that before merging, but it seemed like a good idea to test Python 3.13 since it's been out since last October. |
|
Note that I also changed docstrings in many files, but all the key logical changes in code are in references.py and test_references.py. |
I think that changing the github actions in a PR doesn't actually change the actions that are run; it needs to be on the main branch. |
I'm hoping this can also be merged into other "active" branches such as
echo. We got bit by this recently, where the prior behavior was that it simply output an empty plate, and it took some tracking to figure out why; this error would have helped find that problem sooner.