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

Nomenclature1 #19

Closed
ethanplunkett opened this issue Mar 1, 2023 · 0 comments · Fixed by #20
Closed

Nomenclature1 #19

ethanplunkett opened this issue Mar 1, 2023 · 0 comments · Fixed by #20

Comments

@ethanplunkett
Copy link
Contributor

ethanplunkett commented Mar 1, 2023

First round of nomenclature cleanup.
collapse_distr(x, bf) -> flatten_raster(raster, bf)
expand_distr(x, bf) -> expand_distr(distr, bf)
get_transition(x, bf) -> get_transition(x, transition) (switch and rename arguments)
get_distr(which, bf, from_marginals) -> get_distr(x, which, from_marginals) (switch and rename arguments)
lookup_transitions(start, end, bf, direction) -> lookup_transition(x, start, end, direction) and don't export
evaluate_perfomance(bf) -> evaluate_performance(x) (spelling and argument)
find_dead_ends() -- don't export
find_threshold() -- don't export
fix_dead_ends() -- don't export
import_prototype() -- don't export
sample_distr(x, n = 1) -> sample_distr(distr, n= 1)

@ethanplunkett ethanplunkett linked a pull request Mar 1, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant