vpapaioannou
vpapaioannou
### Type of Issue (Enhancement, Error, Bug, Question) Bug ---------------------------------------- #### Operating System MacOS Monterey #### PySimpleGUI Port (tkinter, Qt, Wx, Web) Tkinter ---------------------------------------- ## Versions Version information can be...
**Describe the bug** I try to run tensorboardX/examples/demo_graph.py for jupyter notebook (launched by anaconda navigator) and I get the error seen at **Additional context**. I just copy paste the code...
I am trying to use `purgeCacheIfNecessary` as `cornerstone.imageCache.purgeCacheIfNecessary()` but I am getting this error `imageCache.purgeCacheIfNecessary is not a function`. What's the right way to use it? By the way, `cornerstone.imageCache.purgeCache()`...
On page https://rawgit.com/cornerstonejs/cornerstoneWADOImageLoader/master/examples/wadouri/index.html the error `Uncaught ReferenceError: cornerstoneWADOImageLoader is not defined` is thrown and on page https://rawgit.com/cornerstonejs/cornerstoneWADOImageLoader/master/examples/wadourimultiframe/index.html the `Uncaught Error: image has not been loaded yet` is thrown as well.
`spots` dictionary is of mixed types e.g. dictionaries, pandas DataFrames, numbers etc. 
According to this https://dicom.nema.org/dicom/2013/output/chtml/part04/sect_C.2.html, it is possible to search and find based on a list of UIDs. Is this possible w/ pynetdicom? I tried it w/ the following data set...
**Is your feature request related to a problem? Please describe.** The various 'plot()' functions found in pysal/explore module have their own interface and signature while the same matplotlib.pyplot plot() function...
Assume a sequence SQ with some private tags. dcmjs converts SQ to an array of dictionaries and also converts the tag of headers without a keyword to a number e.g....
**Bug description.** Here, https://huggingface.co/learn/nlp-course/chapter2/3, it mentioned "the cache folder, which defaults to `~/.cache/huggingface/transformers`" which is not the case for me. I use `MacOs Sequoia 15.0.1` and the path is `~/.cache/huggingface/hub/`....