Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct documentation #352

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Nov 6, 2024

  1. Correct documentation

    Setting transformation to "U" causes an "unsupported weights transformation" exception because "U" is not an accepted parameter of the set_transform method of the libpysal.weights.W class. The correct argument is "O", which is described in the libpysal.weights.W documentation as "Restore original transformation (from instantiation)". I've updated the documentation to reflect that.
    JasonSteelmanCoder authored Nov 6, 2024
    Configuration menu
    Copy the full SHA
    0491516 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. clarify when 'O' is permissible

    Co-authored-by: Martin Fleischmann <[email protected]>
    JasonSteelmanCoder and martinfleis authored Nov 12, 2024
    Configuration menu
    Copy the full SHA
    29da6a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c47fd36 View commit details
    Browse the repository at this point in the history