mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-06-29 16:29:27 +02:00
[Fix] Fix ruff errors and a few type annotations
This commit is contained in:
parent
8d86295ac5
commit
2d34b355ed
5 changed files with 16 additions and 6 deletions
|
@ -7,7 +7,7 @@ import matplotlib.pyplot as plt
|
|||
import scipy.linalg
|
||||
from .obs import Obs, reweight, correlate, CObs
|
||||
from .misc import dump_object, _assert_equal_properties
|
||||
from .fits import least_squares
|
||||
from .fits import least_squares, Fit_result
|
||||
from .roots import find_root
|
||||
from . import linalg
|
||||
from numpy import float64, int64, ndarray, ufunc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue