Skip to content

Commit

Permalink
Add import sys for platform details
Browse files Browse the repository at this point in the history
  • Loading branch information
stanbrub committed Sep 21, 2023
1 parent a73f1c1 commit 7aaf630
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ private void addTestProps(Map<String, Property> benchApiProps) {

private void addEngineProps(Map<String, Property> benchApiProps) {
var query = """
import jpy
import jpy, sys
from deephaven import new_table, input_table
from deephaven import dtypes as dht
from deephaven.column import string_col
Expand Down

0 comments on commit 7aaf630

Please sign in to comment.