Skip to content

Commit

Permalink
bring back the java blockmatrix ir method for is_sparse
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-goldstein committed Oct 12, 2023
1 parent 42669bc commit 14c5310
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hail/python/hail/backend/py4j_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,9 @@ def _parse_blockmatrix_ir(self, code, ir_map={}):
def _to_java_value_ir(self, ir):
return self._to_java_ir(ir, self._parse_value_ir)

def _to_java_blockmatrix_ir(self, ir):
return self._to_java_ir(ir, self._parse_blockmatrix_ir)

@property
def requires_lowering(self):
return True

0 comments on commit 14c5310

Please sign in to comment.