3
0
mirror of https://github.com/triqs/dft_tools synced 2024-12-22 12:23:41 +01:00

add missing os import

This commit is contained in:
Alexander Hampel 2024-07-10 12:47:23 -04:00 committed by the-hampel
parent 75fbb9cbdb
commit 6f47a72c4b

View File

@ -39,6 +39,7 @@ r"""
import logging
import numpy as np
import re
import os
from h5 import HDFArchive
log = logging.getLogger('plovasp.vaspio')