Skip to content
Snippets Groups Projects
Commit 15f1749f authored by Stephan Botta's avatar Stephan Botta
Browse files

chcnges

parent 74baf699
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
""" Summary. """
import datetime
import math
from abc import ABC, abstractmethod
from pathlib import Path
......@@ -121,6 +120,7 @@ class __CsvData__(__RawData__):
def __init__(
self,
rawinfo: rawinfo.__RawInfo__,
dataset: str,
starttime: datetime.datetime,
eval_intervall: float,
) -> None:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment