Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

apiuservec.sh 426 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
  1. #!/usr/bin/env bash
  2. #
  3. # Test the C API for conversions between user vectors and
  4. # datasets. A user input "dataset" is passed as a vector to
  5. # gmtmath which multiplies by 10 and adds 1, then writes
  6. # out the dataset to another user vector. We try all possible
  7. # combinations of vector types (char, int, etc) and do
  8. # the case of user pre-allocated output vector or letting
  9. # GMT allocate them.
  10. testapi_uservectors -q > fail
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...