Skip to content

Commit

Permalink
compatibility with numpy 2
Browse files Browse the repository at this point in the history
  • Loading branch information
jykr committed Jun 19, 2024
1 parent 3529b4f commit 0f89f17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bean/framework/ReporterScreen.py
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ def get_edit_mat_from_uns(
target_base_edit: Optional[Dict[str, str]] = None,
match_target_position: Optional[bool] = None,
rel_pos_start=0,
rel_pos_end=np.Inf,
rel_pos_end=np.inf,
rel_pos_is_reporter=False,
target_pos_col="target_pos",
edit_count_key="edit_counts",
Expand Down

0 comments on commit 0f89f17

Please sign in to comment.