Skip to content

Commit

Permalink
Fix missing opposites def for nose features, for issue #59
Browse files Browse the repository at this point in the history
  • Loading branch information
joepal1976 committed Oct 30, 2022
1 parent 5f1db37 commit a91a9c3
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/mpfb/data/targets/target.json
Expand Up @@ -2919,6 +2919,14 @@
"has_left_and_right": false,
"label": "nose-curve-concave-convex",
"name": "nose-curve-concave-convex",
"opposites": {
"negative-left": "",
"negative-right": "",
"negative-unsided": "nose-curve-concave",
"positive-left": "",
"positive-right": "",
"positive-unsided": "nose-curve-convex"
},
"targets": [
"nose-curve-convex",
"nose-curve-concave"
Expand Down Expand Up @@ -3200,6 +3208,14 @@
"has_left_and_right": false,
"label": "nose-compression-compress-uncompress",
"name": "nose-compression-compress-uncompress",
"opposites": {
"negative-left": "",
"negative-right": "",
"negative-unsided": "nose-compression-compress",
"positive-left": "",
"positive-right": "",
"positive-unsided": "nose-compression-uncompress"
},
"targets": [
"nose-compression-compress",
"nose-compression-uncompress"
Expand Down

0 comments on commit a91a9c3

Please sign in to comment.