chore: Test stats workflow

This commit is contained in:
jstoobysmith 2024-11-11 10:07:25 +00:00
parent bff1468718
commit ad5c329e26
7 changed files with 39 additions and 0 deletions

View file

@ -215,6 +215,7 @@ instance {n : } {c : Fin n → complexLorentzTensor.C} :
instance {n : } {c : Fin n → complexLorentzTensor.C} :
Fintype (OverColor.mk c).left := Fin.fintype n
/-- The equality of two maps in `OverColor C` from objects based on `Fin _` is decidable. -/
instance {n m : } {c : Fin n → complexLorentzTensor.C}
{c1 : Fin m → complexLorentzTensor.C} (σ σ' : OverColor.mk c ⟶ OverColor.mk c1) :
Decidable (σ = σ') :=