Skip to content
#

networks

Here are 556 public repositories matching this topic...

electronjoe
electronjoe commented Feb 19, 2021

The argument goes that documentation changes (e.g. to magma/docs/) should not:

  • Be blocked by long CI presubmit requirements with long execution time
  • Be blocked by CI failures or flakes in functional systems
  • Have misleading or confusing failures that (should) make the submitter pause or ask questions

I presume our CI (e.g. CircleCI) allow us to specify what sub-directories require wha

bdpedigo
bdpedigo commented Dec 17, 2020

Is your feature request related to a problem? Please describe.

Working on something now where I often want the unscaled version of the ASE/LSE embedding, that is, just the left or right singular vectors without scaling each by sqrt(singular value).

Describe the solution you'd like

Would like a scaled=False keyword argument, default kept as it is.

Describe alternatives you've con

Improve this page

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

Learn more