Skip to content

Commit

Permalink
Fix import of io script. THe io.py was renamed it to iotools.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kmilo9999 committed Feb 2, 2024
1 parent 087ec34 commit 4e911df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/icesat2_tracks/analysis_db/B06_correct_separate_var.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
)

import h5py
import icesat2_tracks.ICEsat2_SI_tools.io as io
import icesat2_tracks.ICEsat2_SI_tools.iotools as io
import icesat2_tracks.local_modules.m_tools_ph3 as MT
from icesat2_tracks.local_modules import m_general_ph3 as M
import time
Expand Down

0 comments on commit 4e911df

Please sign in to comment.