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): def main(datapath: str):
foldernames = [ foldernames = [
datapath + x + '/' for x in os.listdir(datapath) if os.path.isdir(datapath+x)] datapath + x + '/' for x in os.listdir(datapath) if os.path.isdir(datapath+x)]
foldernames, _ = get_valid_datasets(datapath) foldernames, _ = get_valid_datasets(datapath)
for foldername in foldernames[1:2]:
for foldername in foldernames[3:4]:
# foldername = foldernames[0] # foldername = foldernames[0]
if foldername == '../data/mount_data/2020-05-12-10_00/': if foldername == '../data/mount_data/2020-05-12-10_00/':
continue continue

Binary file not shown.

View File

@ -50,7 +50,7 @@ blockverticalspace=2mm, colspace=20mm, subcolspace=0mm]{tikzposter} %Default val
\noindent \noindent
\begin{itemize} \begin{itemize}
\setlength\itemsep{0.5em} \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. \item Experiment had a 3 hour long darkphase and a 3 hour long light phase.
\end{itemize} \end{itemize}