Skip to content

Commit

Permalink
syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
observingClouds authored Dec 15, 2023
1 parent 1a7de45 commit f0dbad8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_get_bitinformation.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python

"""Tests for `xbitinfo` package."""
import os
Expand Down Expand Up @@ -33,7 +32,7 @@ def assert_different(a, b):
numpy.testing.assert_array_equal
"""
__tracebackhide__ = True
assert isinstance(type(a), type(b))
assert isinstance(a, b)
if isinstance(a, (Variable, DataArray)):
assert not a.equals(b), formatting.diff_array_repr(a, b, "equals")
elif isinstance(a, Dataset):
Expand Down

0 comments on commit f0dbad8

Please sign in to comment.