1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
#!@Tasmanian_string_python_hashbang@
# necessary import for every use of TASMANIAN
#
import Tasmanian
import numpy as np
import math
#from random import uniform
#import matplotlib.pyplot as plt
#import matplotlib.colors as cols
#from mpl_toolkits.mplot3d import Axes3D
###############################################################################
# This file is included for testing, debugging and development reasons
# This file will reside in the cmake build folder, but not the install folder
# Basically, add testing code to this file and it will be automatically
# included as part of the cmake
# You can also use the file without cmake
###############################################################################
print("Add code to this file to test, debug, or develop features")
|