Skip to content

Commit b62de2f

Browse files
fix tests, add badges in readme
1 parent e85bbbc commit b62de2f

File tree

3 files changed

+5
-84
lines changed

3 files changed

+5
-84
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Add conda to system path
2121
run: |
2222
echo $CONDA/bin >> $GITHUB_PATH
23-
- name: Install care
23+
- name: Install repo
2424
run: |
2525
conda create -n gnn python=3.10
2626
source $CONDA/etc/profile.d/conda.sh

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
[![DOI](https://img.shields.io/badge/DOI-10.26434%2Fchemrxiv--2024--bfv3d-blue)](https://doi.org/10.26434/chemrxiv-2024-bfv3d)
2+
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](./LICENSE)
3+
[![Python package](https://github.com/LopezGroup-ICIQ/gamenet_uq/actions/workflows/python-package.yml/badge.svg)](https://github.com/LopezGroup-ICIQ/gamenet_uq/actions/workflows/python-package.yml)
4+
15
# GAME-Net-UQ
26

37
<div style="display: flex; justify-content: center; align-items: center;">

tests/test_dataset.py

Lines changed: 0 additions & 83 deletions
This file was deleted.

0 commit comments

Comments
 (0)