Skip to content

Commit

Permalink
added scalar to .configs for the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
stress-tess committed Sep 17, 2024
1 parent 8d994e6 commit df7550d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .configs/registration-config-multi-dim.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@
"bool",
"bigint"
]
},
"scalar": {
"dtype": [
"int",
"uint",
"uint(8)",
"real",
"bool",
"bigint"
]
}
}
}
10 changes: 10 additions & 0 deletions .configs/registration-config-single-dim.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@
"bool",
"bigint"
]
},
"scalar": {
"dtype": [
"int",
"uint",
"uint(8)",
"real",
"bool",
"bigint"
]
}
}
}

0 comments on commit df7550d

Please sign in to comment.