Skip to content

Commit

Permalink
Cool now the unit tests are broken
Browse files Browse the repository at this point in the history
  • Loading branch information
bryan-harter committed Feb 17, 2022
1 parent ba694d2 commit dda363d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cdflib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@

try:
from .epochs_astropy import CDFAstropy as cdfastropy
from .cdf_to_xarray import cdf_to_xarray
from .xarray_to_cdf import xarray_to_cdf

except Exception:
pass

from .cdf_to_xarray import cdf_to_xarray
from .xarray_to_cdf import xarray_to_cdf
from pathlib import Path

# This function determines if we are reading or writing a file
Expand Down

0 comments on commit dda363d

Please sign in to comment.