updated the pre-commit-config.yaml file by adding the isort hook.

这个提交包含在:
Sai-Suraj-27
2023-07-26 22:28:43 +05:30
父节点 21388e6346
当前提交 5527398e0c
共有 30 个文件被更改,包括 68 次插入41 次删除

查看文件

@@ -14,7 +14,6 @@ import matplotlib.gridspec as gridspec
import numpy as np
import scipy.interpolate
from matplotlib import pylab as plt
from optimization import DA_DLS, DE_DLS, PSO_DLS

查看文件

@@ -2,7 +2,8 @@
# "Incorporating dispersive electrical properties in FDTD GPR models
# using a general Cole-Cole dispersion function,"
# 2012 14th International Conference on Ground Penetrating Radar (GPR), 2012, pp. 232-236
import os, sys
import os
import sys
sys.path.append(os.path.join(os.path.dirname(__file__), ".."))
from Debye_Fit import HavriliakNegami