Added test for get_fel
This commit is contained in:
@@ -1,13 +1,14 @@
|
||||
from functools import partial
|
||||
import os.path
|
||||
|
||||
import numpy as np
|
||||
import math
|
||||
import scipy
|
||||
from scipy import spatial as sp
|
||||
import cmath
|
||||
import pandas as pd
|
||||
|
||||
from functools import partial
|
||||
import os.path
|
||||
import multiprocessing as mp
|
||||
from scipy import spatial as sp
|
||||
|
||||
|
||||
VALID_GEOMETRY = {"cylindrical", "slab"}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user