mirror of
https://github.com/wassname/simpeg.git
synced 2026-07-12 15:17:08 +08:00
Fix import bug of sys
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
from SimPEG import Survey, Problem, Utils, Models, np, sp, SolverLU as SimpegSolver
|
||||
from scipy.constants import mu_0
|
||||
from SurveyMT import SurveyMT, FieldsMT
|
||||
import multiprocessing
|
||||
import multiprocessing, sys
|
||||
|
||||
def omega(freq):
|
||||
"""Change frequency to angular frequency, omega"""
|
||||
|
||||
Reference in New Issue
Block a user