Skip to content
#

toolbox

Here are 517 public repositories matching this topic...

cpnielsen
cpnielsen commented Sep 14, 2015

This is not critical, but in keeping parity with requests I thought it would be worth mentioning.

If you pass in an integer or float argument as a parameter to send, the encode_with function fails (https://github.com/sigmavirus24/requests-toolbelt/blob/master/requests_toolbelt/multipart/encoder.py#L385) as it assumes that all input is either a string or None/bytes (in which cases it does not at

achimkoh
achimkoh commented Mar 13, 2017

Hi, I noticed that some lines in the example are different from example.py, and seem to call (presumably) deprecated functions.

Regarding from fairml import plot_generic_dependence_dictionary:
There is no plot_generic_dependence_dictionary. Importing plot_dependencies worked for me.

Also,
`fig = plot_dependencies(
total.get_compress_dictionary_into_key_median(),
reverse_val

VisualPlus
fire-eggs
fire-eggs commented Apr 14, 2019

Describe the bug:
The VisualProgressBar control does not draw using the ProgressBar color from the theme.

To Reproduce:
Steps to reproduce the behavior:

  1. Run the VisualThemeBuilder.
  2. Change the ProgressBar color to something obviously non-green.
  3. Select, in sequence, from the controls dropdown the VisualGuage, VisualRadialProgress, and VisualProgressBar entries.
  4. Observe t
nmz787
nmz787 commented Nov 12, 2019

Expected Behavior

I have a folder of x-ray images, I want to easily load these and obtain the 3D reconstruction.

Actual Behavior

unsure where to start

Code to reproduce the problem (If applicable)

get some images, do nothing as there's no example or guide for using them


Specifications

  • MATLAB version:
  • OS:
  • CUDA version:
carterbox
carterbox commented Jun 11, 2019

According to the docs, filters are not implemented for FBP. However, TomoPy does not raise an error when you try to pass filter_name or filter_par with algorithm='fbp'. This would explain why, in my tests, choosing various filters for FBP did not change the reconstruction quality.

This definitely needs to be fixed

Improve this page

Add a description, image, and links to the toolbox topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the toolbox topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.