Fatigue hinzugefügt, DSV angefangen
This commit is contained in:
@@ -4,6 +4,7 @@ import logging
|
||||
|
||||
import numpy as np
|
||||
import pandas as pd
|
||||
|
||||
from paveit.analysis import fit_cos
|
||||
from paveit.functions import calc_nu
|
||||
from paveit.helper import calc_hash_of_bytes, get_minio_client_processing
|
||||
@@ -224,6 +225,7 @@ class DataSineLoad():
|
||||
|
||||
for name in self.val_header_names:
|
||||
if not name in self.metadata:
|
||||
self._logger.error(f'{name} not found')
|
||||
raise
|
||||
|
||||
def _post_string_to_float(self):
|
||||
|
||||
Reference in New Issue
Block a user