Skip to content

Instantly share code, notes, and snippets.

@AnyaHe
AnyaHe / test_grid_stats.py
Created September 30, 2019 14:24
Test script for comparison of statistical data
import os
import pandas as pd
from test_skripts.tools import create_test_grids_with_stats
from pandas.util.testing import assert_frame_equal
#region SETTINGS
nr_test_runs = 100
test_path = 'C:/Users/Anya.Heider/open_BEA/ding0/testdata/Python35'
is_create_data = 1
#endregion