From 57ec01c80e5913773c19600719dafc846ad248da Mon Sep 17 00:00:00 2001 From: Siddharth Mishra-Sharma Date: Wed, 29 May 2024 22:36:01 -0400 Subject: [PATCH] Add status badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 783dcd0..57d60bf 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # $E(3)$ Equivariant Graph Neural Networks in Jax [![License: CC BY 4.0](https://img.shields.io/badge/License-CC--4.0--BY-red.svg)](https://creativecommons.org/licenses/by/4.0/deed.en) +[![Run Tests](https://github.com/smsharma/eqnn-jax/actions/workflows/tests.yml/badge.svg)](https://github.com/smsharma/eqnn-jax/actions/workflows/tests.yml) Implementation of $E(3)$ equivariant graph neural networks in Jax.