This commit is contained in:
weygoldt 2023-01-26 14:03:12 +01:00
commit 4697bee490
3 changed files with 3 additions and 3 deletions

View File

@ -19,11 +19,11 @@ logger = makeLogger(__name__)
def main(datapath: str):
foldernames = [
datapath + x + '/' for x in os.listdir(datapath) if os.path.isdir(datapath+x)]
foldernames, _ = get_valid_datasets(datapath)
for foldername in foldernames[1:2]:
for foldername in foldernames[3:4]:
# foldername = foldernames[0]
if foldername == '../data/mount_data/2020-05-12-10_00/':
continue

Binary file not shown.

View File

@ -50,7 +50,7 @@ blockverticalspace=2mm, colspace=20mm, subcolspace=0mm]{tikzposter} %Default val
\noindent
\begin{itemize}
\setlength\itemsep{0.5em}
\item Two fish compete for one hidding place in one tank.
\item Two fish compete for one hiding place in one tank.
\item Experiment had a 3 hour long darkphase and a 3 hour long light phase.
\end{itemize}