Skip to content

Commit

Permalink
fixed import
Browse files Browse the repository at this point in the history
  • Loading branch information
delarosatrevin committed Jun 18, 2024
1 parent e8fbbb8 commit 0d2db94
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/metadata/starfile.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ https://github.com/3dem/em-testdata/blob/main/metadata/run_it025_data.star
#>>> items: 4786
#>>> columns: 25
sf.close()
The methods used in the previous example (`getTableNames`, `getTableSize`, and `getTableInfo`)
all inspect the STAR file without fully parsing all rows. This way is much more faster
Expand Down
2 changes: 1 addition & 1 deletion emtools/tests/test_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
import numpy as np
import time

from emtools.utils import Pipeline
from emtools.jobs import Pipeline


class TestThreading(unittest.TestCase):
Expand Down

0 comments on commit 0d2db94

Please sign in to comment.