dropout-dl/tests/series_tests.h
Moss 4cf0d70595 Tests: Added Series Tests
I forgot to actually include the files the last time I commited this.
Oops.
2022-09-30 22:49:54 -04:00

9 lines
No EOL
142 B
C++

//
// Created by moss on 9/30/22.
//
#pragma once
#include "../src/series.h"
#include "test.h"
std::vector<dropout_dl::tests> test_series();