Skip to content

Commit ccbe028

Browse files
kap: fix python formatting
1 parent 3bc76ae commit ccbe028

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

kap/preprocessor/AESOPUS/aesopus.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#!/usr/bin/env python
22

33
import h5py
4-
import io
54
import os
65
import sys
76
import yaml

kap/preprocessor/spline_OPLIB_tables.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
"""This python file was made exlusively for calulcating bi-cubic splines of LANL ATOMIC OPLIB opacity tables, not OPAL or OP (which contain 9.999 values in different table locations)"""
22

3-
"""lasted updated by EbF 12-2023"""
4-
53
from pathlib import Path
64
import numpy as np
75
import scipy as sp

0 commit comments

Comments
 (0)