-
**Description of the false positive**
```python
if not available_handlers:
[...]
raise RuntimeError(...)
last_exception = None
for handler in …
-
`builders.py` contains `import pydicom as dicom`, which is inconsistent with `pydicom < 1.0`, but
`build_dicom.py` contains `import dicom`, which is inconsistent with `pydicom > 1.0`
-
```
As suggested by brandon.forrester in issue35, could look into connection of
pydicom to pyglet (http://www.pyglet.org/). It's a good fit with pydicom --
simple installation, very open (BSD) licen…
-
```
As suggested by brandon.forrester in issue35, could look into connection of
pydicom to pyglet (http://www.pyglet.org/). It's a good fit with pydicom --
simple installation, very open (BSD) licen…
-
```
As suggested by brandon.forrester in issue35, could look into connection of
pydicom to pyglet (http://www.pyglet.org/). It's a good fit with pydicom --
simple installation, very open (BSD) licen…
-
```
As suggested by brandon.forrester in issue35, could look into connection of
pydicom to pyglet (http://www.pyglet.org/). It's a good fit with pydicom --
simple installation, very open (BSD) licen…
-
_From [darcymason@gmail.com](https://code.google.com/u/darcymason@gmail.com/) on May 27, 2009 22:18:44_
As suggested by brandon.forrester in issue35 , could look into connection of
pydicom to pyglet…
-
When the `test_b0dwi_for_fmap` test in `heudiconv/tests/test_convert.py` is run, pydicom emits two UserWarnings with the message "The value length (22) exceeds the maximum length of 16 allowed for VR …
-
**Is your feature request related to a problem? Please describe.**
We sometimes receive DICOM files as a file upload, and we would like to perform the same validation checks that [dcmwrite](https://p…
-
This has been discussed before (e.g. [here](https://github.com/MGHComputationalPathology/highdicom/pull/130#discussion_r737957633)) but we should have an issue to track it.
Pydicom is very loose in…