Skip to content

Commit

Permalink
fixed import
Browse files Browse the repository at this point in the history
delarosatrevin committed Jun 18, 2024

Verified

This commit was signed with the committer’s verified signature.
torkelrogstad Torkel Rogstad
1 parent e8fbbb8 commit 0d2db94
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
@@ -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
2 changes: 1 addition & 1 deletion emtools/tests/test_pipeline.py
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@
import numpy as np
import time

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


class TestThreading(unittest.TestCase):

0 comments on commit 0d2db94

Please sign in to comment.