question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

compatibility with `coverage`?

See original GitHub issue

I came across this issue when importing highdicom with coverage:

pip install highdicom
echo "import highdicom" > my_test.py
coverage run my_test.py

it seems the import always takes a long time, compared with other python packages such as numpy.

here is a minimal example in colab: https://colab.research.google.com/drive/18qCwaHr3CWhvTmdY8dZKA2Pn0dDzlmvR Screenshot 2022-07-19 at 14 06 27

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:6

github_iconTop GitHub Comments

1reaction
CPBridgecommented, Aug 17, 2022

There is still room for improvement here, but marking this immediate issue as resolved

0reactions
wylicommented, Aug 17, 2022

thank you, in the colab notebook now it works fine!

!pip install coverage
!pip install git+https://github.com/herrmannlab/highdicom.git
!echo "import highdicom" > my_test.py
!coverage run my_test.py
Read more comments on GitHub >

github_iconTop Results From Across the Web

Extended Range 4G LTE & 5G Compatible Devices - T-Mobile
Get better 4G LTE and 5G coverage with our most powerful, Extended Range signal. Shop phones compatible with 600 MHz Extended Range to...
Read more >
Check coverage and network compatibility - Help Center
Visit redpocket.com/coverage. Check device compatibility and find out if your phone will work with our GSMT, GSMA, or CDMA network (or all three)....
Read more >
Phone Compatibility Guide (Cell Networks ... - YouTube
... compatible with a particular carrier? Will my phone work if I switch carriers? How do I make sure I will have good...
Read more >
The compatibility and coverage scores of the representations ...
Many modelling languages have been proposed to represent such architectures and thereby support their design. This paper assesses product architecture modelling ...
Read more >
Coverage & Compatibility - Tello
Tello voice & text, plus 3G & 4G LTE coverage. High quality calls and fast data speeds.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found