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

Small change which hopefully resolves Sabrinas error

parent 55213c3b
Branches
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@ import matplotlib.pyplot as plt
import pandas as pd
from pathlib import Path
from src.ec_tools.interp import cur_dens_at_pot, pot_at_cur_dens
from .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