Closed nathanjmcdougall closed 6 months ago
Having type check issues, will take a look later
Okay, so tests are failing in 3.10 for the case of a frozendict; that frozendict
is not actually a subtype of dict
until 3.11. I'm guessing we should just explicitly handle this case in the function, but I want to check you you about that.
This branch is all good now, but needs a rebase on main
to merge cleanly. I made the mistake of using GitHub's conflict resolution interface, but that's made an ugly merge commit on your branch sorry :(
Add unit tests.
Some refactoring to have a one-source-of-truth for information about what scalars are supported in labtech tasks parameters.