Skip to content
#

quality-control

Here are 176 public repositories matching this topic...

backus
backus commented Apr 23, 2017

Useful for code like

class User
  def blah
    User.recent.first(5)
  end
end

in this case the instance method #blah doesn't need to repeat its class name and could instead specify self.class.recent.first(5)

rb643
rb643 commented Apr 29, 2020

Ideally I want to use this wonderful toolbox to generate the overview plots given in the interactive window but do the actual marking of these images externally.

Is there an option to generate individual plots without the interactive window (and preferably without the need for tkmedit) as I would like to run this as a batch job on our cluster and that wouldn't allow any graphical windows.

johandahlberg
johandahlberg commented Jun 15, 2018

We are currently having some trouble generating the docs at readthedocs.io. This used to work, but then for reasons that are unknown to me it stopped working.

I have previously added some code which I found here to make the API auto-build: readthedocs/readthedocs.org#1139 to make this work, however since that seemed to be what was causing the readthedocs build errors I "remo

Improve this page

Add a description, image, and links to the quality-control 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 quality-control topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.