Skip to content
This repository was archived by the owner on Nov 17, 2025. It is now read-only.

Add F RandomVariable#1509

Merged
brandonwillard merged 1 commit intoaesara-devs:mainfrom
aadya940:F-Op
Sep 21, 2023
Merged

Add F RandomVariable#1509
brandonwillard merged 1 commit intoaesara-devs:mainfrom
aadya940:F-Op

Conversation

@aadya940
Copy link
Contributor

@aadya940 aadya940 commented Sep 5, 2023

Fixes #1366

Here are a few important guidelines and requirements to check before your PR can be merged:

  • There is an informative high-level description of the changes.
  • The description and/or commit message(s) references the relevant GitHub issue(s).
  • pre-commit is installed and set up.
  • The commit messages follow these guidelines.
  • The commits correspond to relevant logical changes, and there are no commits that fix changes introduced by other commits in the same branch/BR.
  • There are tests covering the changes introduced in the PR.

@aadya940 aadya940 changed the title F op Add F RandomVariable Sep 5, 2023
@brandonwillard
Copy link
Member

Much appreciated @aadya940!

@aadya940
Copy link
Contributor Author

aadya940 commented Sep 8, 2023

I guess the test's are failing due to an issue in sphinx. Can someone please review the code before we can merge it?

Copy link
Member

@brandonwillard brandonwillard left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like there are some formatting issues that should've been caught by pre-commit.

@brandonwillard brandonwillard added enhancement New feature or request random variables Involves random variables and/or sampling labels Sep 9, 2023
@brandonwillard
Copy link
Member

brandonwillard commented Sep 20, 2023

I've fixed the formatting issues and squashed the commits. #1512 might need to go through before this will pass, though.

@brandonwillard brandonwillard merged commit ec4821e into aesara-devs:main Sep 21, 2023
@codecov
Copy link

codecov bot commented Sep 21, 2023

Codecov Report

Merging #1509 (e7fc0db) into main (22e9d62) will increase coverage by 0.00%.
Report is 1 commits behind head on main.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #1509   +/-   ##
=======================================
  Coverage   74.96%   74.97%           
=======================================
  Files         176      176           
  Lines       49498    49507    +9     
  Branches    11986    11986           
=======================================
+ Hits        37108    37117    +9     
  Misses      10089    10089           
  Partials     2301     2301           
Files Changed Coverage
aesara/tensor/random/basic.py 100.00%

@brandonwillard
Copy link
Member

@aadya940, many thanks for the contribution!

@aadya940
Copy link
Contributor Author

@aadya940, many thanks for the contribution!

Welcome :-)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

enhancement New feature or request random variables Involves random variables and/or sampling

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add f RandomVariable

2 participants