Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
mathleur committed Dec 11, 2024
1 parent 9d9a3d6 commit 62419fc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion polytope_feature/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.15"
__version__ = "1.0.16"
2 changes: 1 addition & 1 deletion tests/test_slicing_xarray_3D.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import math
import sys
import pytest

import numpy as np
import pandas as pd
import pytest
import xarray as xr

from polytope_feature.datacube.backends.xarray import XArrayDatacube
Expand Down
2 changes: 1 addition & 1 deletion tests/test_unions_fdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ def test_fdb_datacube_box_union_total_overlap(self):
for i in range(len(leaves)):
total_leaves += len(leaves[i].values)
assert total_leaves == 9

@pytest.mark.fdb
def test_fdb_datacube_box_union_disk_overlap(self):
import pygribjump as gj
Expand Down

0 comments on commit 62419fc

Please sign in to comment.