Closed apchytr closed 2 months ago
Attention: Patch coverage is 96.87500%
with 5 lines
in your changes missing coverage. Please review.
Project coverage is 89.23%. Comparing base (
4b2eb81
) to head (5718df6
). Report is 1 commits behind head on develop.
Files | Patch % | Lines |
---|---|---|
mrmustard/training/parameter_update.py | 0.00% | 5 Missing :warning: |
Reopening to avoid unwanted commits
Context: The use of
Optional
andUnion
should be replaced with|
according to PEP standards.Description of the Change:
Optional
->| None
,Union
->|
,Tuple
->tuple
, etc