Skip to content

Commit

Permalink
Update gen_py.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mavenlin authored Dec 4, 2023
1 parent 19ec135 commit 656b643
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions maple2jax/gen_py.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
import ctypes
from absl import flags, app
from jinja2 import Template
import os
print(os.listdir('.'))
print(os.listdir('jax_xc'))

import jax_xc.libxc as pylibxc
from jax_xc.libxc import libxc
Expand Down

0 comments on commit 656b643

Please sign in to comment.