debug and add unittests 1

This commit is contained in:
a.ott
2020-02-27 09:28:34 +01:00
parent 234f58404e
commit 170ecab8f4
8 changed files with 426 additions and 120 deletions

10
introduction/test.py Normal file
View File

@@ -0,0 +1,10 @@
import numpy as np
import matplotlib.pyplot as plt
def main():
pass
if __name__ == '__main__':
main()