From 158425b4d5bc4fedcaf5cc1ce92d414b8aed9b05 Mon Sep 17 00:00:00 2001
From: mailhexu <mailhexu@gmail.com>
Date: Tue, 4 Jun 2024 20:56:07 +0200
Subject: [PATCH] debug github action yml

---
 .github/workflows/python-app.yml | 6 ------
 TB2J/abacus/MAE.py               | 2 +-
 2 files changed, 1 insertion(+), 7 deletions(-)

diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml
index 4fe6453..3662572 100644
--- a/.github/workflows/python-app.yml
+++ b/.github/workflows/python-app.yml
@@ -3,12 +3,6 @@
 
 name: Python application
 
-runs:
-    using: 'node20'
-      #pre: 'setup.js'
-      #main: 'index.js'
-      #post: 'cleanup.js'
-
 on:
   push:
     branches: [ "master" ]
diff --git a/TB2J/abacus/MAE.py b/TB2J/abacus/MAE.py
index 1e6713c..b096ae2 100644
--- a/TB2J/abacus/MAE.py
+++ b/TB2J/abacus/MAE.py
@@ -14,7 +14,7 @@
 # TODO List:
 # - [x] Add the class AbacusSplitSOCWrapper
 # - [x] Add the function to rotate the XC part
-# - [x] Compute the band energy at arbitrary
+# - [x] Compute the band energy at arbitrary angle
 
 
 def get_occupation(evals, kweights, nel, width=0.1):