Skip to content

Instantly share code, notes, and snippets.

@brandon-b-miller
Created January 14, 2021 20:59
Show Gist options
  • Save brandon-b-miller/5cb1d8b66ed044cd8d468d6e3672fa3a to your computer and use it in GitHub Desktop.
Save brandon-b-miller/5cb1d8b66ed044cd8d468d6e3672fa3a to your computer and use it in GitHub Desktop.
import cudf
if not (cudf.Scalar(2) > cudf.Scalar(3)):
# evaluates to “if not cudf.Scalar(False)”
print("It works!")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment