Skip to content

Commit

Permalink
Add space between unit tests tables
Browse files Browse the repository at this point in the history
  • Loading branch information
mcttn22 committed Mar 19, 2024
1 parent 4b6b3cf commit 37cfff1
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 0 deletions.
Binary file modified project-report/project-report.pdf
Binary file not shown.
42 changes: 42 additions & 0 deletions project-report/src/latex/testing.tex
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,8 @@ \subsubsection{Unit Tests}
\hline
\end{tabular}

\vspace{5mm}

\item test\_not\_null\_constraint: \newline\newline
\begin{tabular}{|p{0.25\linewidth}|p{0.75\linewidth}|}
\hline
Expand All @@ -267,6 +269,8 @@ \subsubsection{Unit Tests}
Test Status & Pass \\
\hline
\end{tabular}

\vspace{5mm}

\item test\_unique\_constraint: \newline\newline
\begin{tabular}{|p{0.25\linewidth}|p{0.75\linewidth}|}
Expand All @@ -290,6 +294,8 @@ \subsubsection{Unit Tests}
Test Status & Pass \\
\hline
\end{tabular}

\vspace{5mm}

\item test\_save\_load\_consistency: \newline\newline
\begin{tabular}{|p{0.25\linewidth}|p{0.75\linewidth}|}
Expand All @@ -313,6 +319,9 @@ \subsubsection{Unit Tests}
Test Status & Pass \\
\hline
\end{tabular}

\vspace{5mm}

\item Evidence:
\inputminted{python}{./school_project/test/test_database.py}

Expand Down Expand Up @@ -353,6 +362,9 @@ \subsubsection{Unit Tests}
\hline
\end{tabular}
\end{adjustwidth}

\vspace{5mm}

\item test\_network\_shape: \newline
\begin{adjustwidth}{-\leftmargin}{0pt}
\begin{tabular}{|p{0.25\linewidth}|p{0.75\linewidth}|}
Expand All @@ -374,6 +386,9 @@ \subsubsection{Unit Tests}
\hline
\end{tabular}
\end{adjustwidth}

\vspace{5mm}

\item test\_learning\_rates: \newline
\begin{adjustwidth}{-\leftmargin}{0pt}
\begin{tabular}{|p{0.25\linewidth}|p{0.75\linewidth}|}
Expand All @@ -395,6 +410,9 @@ \subsubsection{Unit Tests}
\hline
\end{tabular}
\end{adjustwidth}

\vspace{5mm}

\item test\_relu\_model\_transfer\_types: \newline
\begin{adjustwidth}{-\leftmargin}{0pt}
\begin{tabular}{|p{0.25\linewidth}|p{0.75\linewidth}|}
Expand All @@ -416,6 +434,9 @@ \subsubsection{Unit Tests}
\hline
\end{tabular}
\end{adjustwidth}

\vspace{5mm}

\item test\_sigmoid\_model\_transfer\_types: \newline
\begin{adjustwidth}{-\leftmargin}{0pt}
\begin{tabular}{|p{0.25\linewidth}|p{0.75\linewidth}|}
Expand All @@ -437,6 +458,9 @@ \subsubsection{Unit Tests}
\hline
\end{tabular}
\end{adjustwidth}

\vspace{5mm}

\item test\_weight\_matrice\_shapes: \newline
\begin{adjustwidth}{-\leftmargin}{0pt}
\begin{tabular}{|p{0.25\linewidth}|p{0.75\linewidth}|}
Expand All @@ -458,6 +482,9 @@ \subsubsection{Unit Tests}
\hline
\end{tabular}
\end{adjustwidth}

\vspace{5mm}

\item test\_bias\_matrice\_shapes: \newline
\begin{adjustwidth}{-\leftmargin}{0pt}
\begin{tabular}{|p{0.25\linewidth}|p{0.75\linewidth}|}
Expand All @@ -479,6 +506,9 @@ \subsubsection{Unit Tests}
\hline
\end{tabular}
\end{adjustwidth}

\vspace{5mm}

\item test\_layer\_output\_shapes: \newline
\begin{adjustwidth}{-\leftmargin}{0pt}
\begin{tabular}{|p{0.25\linewidth}|p{0.75\linewidth}|}
Expand All @@ -500,6 +530,9 @@ \subsubsection{Unit Tests}
\hline
\end{tabular}
\end{adjustwidth}

\vspace{5mm}

\item test\_save\_model: \newline
\begin{adjustwidth}{-\leftmargin}{0pt}
\begin{tabular}{|p{0.25\linewidth}|p{0.75\linewidth}|}
Expand All @@ -520,6 +553,9 @@ \subsubsection{Unit Tests}
\hline
\end{tabular}
\end{adjustwidth}

\vspace{5mm}

\item Evidence:
\inputminted{python}{./school_project/test/models/cpu/utils/test_model.py}

Expand Down Expand Up @@ -553,6 +589,9 @@ \subsubsection{Unit Tests}
\hline
\end{tabular}
\end{adjustwidth}

\vspace{5mm}

\item test\_sigmoid: \newline
\begin{adjustwidth}{-\leftmargin}{0pt}
\begin{tabular}{|p{0.25\linewidth}|p{0.75\linewidth}|}
Expand All @@ -571,6 +610,9 @@ \subsubsection{Unit Tests}
\hline
\end{tabular}
\end{adjustwidth}

\vspace{5mm}

\item Evidence:
\inputminted{python}{./school_project/test/models/cpu/utils/test_tools.py}

Expand Down

0 comments on commit 37cfff1

Please sign in to comment.