Skip to content
Snippets Groups Projects
Commit 55d46f59 authored by Felix Thelen's avatar Felix Thelen
Browse files

Updated inits to remove a bug

parent fc021155
Branches
No related tags found
No related merge requests found
from src.ec_tools.sdc.loading import *
from src.ec_tools.sdc.interp import *
from src.ec_tools.sdc.plotting import plot_lsvs, plot_pots_on_wafer, plot_curs_on_wafer, save_lsv_plots
from src.ec_tools.sdc.plotting import plot_pots_on_wafer
from .loading import *
from .interp import *
from .plotting import plot_lsvs, plot_pots_on_wafer, plot_curs_on_wafer, save_lsv_plots
from .plotting import plot_pots_on_wafer
from src.ec_tools.seccm.loading import *
from src.ec_tools.seccm.plotting import plot_lsvs, plot_curs_on_wafer
from .loading import *
from .plotting import plot_lsvs, plot_curs_on_wafer
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment