Ruff formatting stuff
This commit is contained in:
parent
6579a65f84
commit
d6c47bd43e
2 changed files with 142 additions and 108 deletions
|
|
@ -328,6 +328,7 @@ def _get_version_from_toml(toml_path: str) -> str:
|
|||
LOGGER.error("Problem opening pyproject.toml")
|
||||
return "Undefined"
|
||||
|
||||
|
||||
def quadratic(x, a, b, c):
|
||||
"""Quadratic function. Used for predicting z.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue