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

README.scripts 581 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
  1. #
  2. # This is README for the doc/scripts directory
  3. #
  4. # Each bash script should make a PostScript plot.
  5. # The script should report a PASS/FAIL grade so
  6. # that it is easy to tell which test failed.
  7. # There needs to be an original PS file
  8. # with the same file prefix as the script (stuff.sh -> stuff.ps).
  9. # In addition, each script that fails should add a single line
  10. # to the file ../fail_count.txt so we may report a total.
  11. # Scripts that are known to fail can be excluded from the test
  12. # by adding the comment
  13. # # GMT_KNOWN_FAILURE
  14. # to the script anywhere.
  15. #
  16. # P. Wessel, June 2019
Tip!

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

Comments

Loading...