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

Restructuring

parent dbc4050f
Branches
No related tags found
No related merge requests found
[build-system]
requires = ["setuptools>=64.0.1"]
requires = ["setuptools", "setuptools-scm"]
build-backend = "setuptools.build_meta"
[project]
......
from loading import *
from interp import *
from plotting import plot_lsvs, plot_pots_on_wafer, plot_current_on_wafer, save_lsv_plots
\ No newline at end of file
from .loading import *
from .interp import *
from .plotting import plot_lsvs, plot_pots_on_wafer, plot_current_on_wafer, save_lsv_plots
File moved
File moved
File moved
......@@ -2,7 +2,7 @@ import matplotlib.pyplot as plt
import pandas as pd
from pathlib import Path
from src.interp import cur_dens_at_pot, pot_at_cur_dens
from src.ec_tools.interp import cur_dens_at_pot, pot_at_cur_dens
def plot_lsvs(lsvs: dict[int, pd.DataFrame] | pd.DataFrame, title: str, excl_mas: list[int] = None, ymin: float = None,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment