Closed apchytr closed 3 months ago
Attention: Patch coverage is 96.93252%
with 5 lines
in your changes missing coverage. Please review.
Project coverage is 89.21%. Comparing base (
4ac64c1
) to head (773530e
).
Files | Patch % | Lines |
---|---|---|
mrmustard/training/parameter_update.py | 0.00% | 5 Missing :warning: |
Context: The use of
Optional
andUnion
should be replaced with|
according to PEP standards.Description of the Change:
Optional
->| None
,Union
->|
,Tuple
->tuple
,Any
->any
, etc