Skip to content

Commit

Permalink
add named curve support
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisxaustin committed Sep 2, 2024
1 parent 62ef428 commit 93e37da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime_vis/vis.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import scipy.optimize as opt
import seaborn as sns
import warnings
from typing import Callable, Any, Iterable
from typing import Callable, Any, Iterable, List

from runtime_vis.curves import fit_n, fit_logn, fit_nlogn, fit_n2, fit_n3

Expand Down

0 comments on commit 93e37da

Please sign in to comment.