Skip to content
Snippets Groups Projects
Commit 059aeb46 authored by Martin Reinecke's avatar Martin Reinecke
Browse files

adjust test suite

parent 91a6fe79
No related branches found
No related tags found
1 merge request!120Working on demos
Pipeline #
......@@ -58,7 +58,7 @@ CONSISTENCY_CONFIGS = chain(CONSISTENCY_CONFIGS_IMPLICIT, CONSISTENCY_CONFIGS_EX
CONSTRUCTOR_CONFIGS = [
[1, 'not', False, None, None, {'error': ValueError}],
[RGSpace((8,)), 'not', False, None, None, {'error': ValueError}],
[RGSpace((8,), harmonic=True), 'not', False, None, None, {
[RGSpace((8,), harmonic=True), 'not', None, None, None, {
'harmonic': True,
'shape': (5,),
'dim': 5,
......@@ -75,7 +75,7 @@ CONSTRUCTOR_CONFIGS = [
'dim': 2,
'total_volume': 8.0,
'harmonic_partner': RGSpace((8,), harmonic=True),
'binbounds': None,
'binbounds': (0.70710678118654757,),
'pindex': distributed_data_object([0, 1, 1, 1, 1, 1, 1, 1]),
'kindex': np.array([0., 2.28571429]),
'rho': np.array([1, 7]),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment