Skip to content

Commit

Permalink
put fdb marker on fdb test
Browse files Browse the repository at this point in the history
  • Loading branch information
mathleur authored and jameshawkes committed Jan 9, 2024
1 parent 3c46c8a commit 48b3aea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_shapes.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def test_all_cyclic(self):
# result.pprint()
assert len(result.leaves) == 360

@pytest.mark.skip(reason="can't install fdb branch on CI")
@pytest.mark.fdb
def test_all_mapper_cyclic(self):
self.options = {
"values": {"mapper": {"type": "octahedral", "resolution": 1280, "axes": ["latitude", "longitude"]}},
Expand Down

0 comments on commit 48b3aea

Please sign in to comment.