Private
Public Access
1
0

fixing filtering

This commit is contained in:
2024-06-13 15:27:11 +02:00
parent 5e1169fd2c
commit bafbd98c3d
4 changed files with 25 additions and 9 deletions

View File

@@ -5,6 +5,7 @@ import numpy as np
import pandas as pd
from scipy import optimize
from django.utils import timezone
from polars import String, Int32, Float64
from math import log10, log2
from rowers.mytypes import otwtypes, otetypes