Skip to content

Commit

Permalink
updating tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mogres committed Oct 10, 2023
1 parent bff176e commit 8492cda
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cellpack/tests/test_gradient_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"pick_mode": "linear",
"description": "Linear gradient in the X direction",
"reversed": False,
"invert": False,
"invert": None,
"name": "gradient_name",
"mode_settings": {
"direction": [1, 0, 0],
Expand All @@ -49,7 +49,7 @@
"pick_mode": "linear",
"description": "Square gradient in the radial direction",
"reversed": False,
"invert": False,
"invert": None,
"name": "gradient_name",
"mode_settings": {
"center": [0, 0, 0],
Expand All @@ -74,7 +74,7 @@
"pick_mode": "linear",
"description": "Cubic gradient in the Y direction",
"reversed": True,
"invert": False,
"invert": None,
"name": "gradient_name",
"mode_settings": {"direction": [0, -1, 0]},
"weight_mode_settings": {},
Expand All @@ -101,7 +101,7 @@
"description": "power law gradient from surface",
"pick_mode": "linear",
"reversed": False,
"invert": False,
"invert": None,
"mode_settings": {
"object": "object_name",
},
Expand Down

0 comments on commit 8492cda

Please sign in to comment.