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

JR SC variable rename #159

Draft
wants to merge 10 commits into
base: dev
Choose a base branch
from
Draft

JR SC variable rename #159

wants to merge 10 commits into from

Conversation

Minarose
Copy link

@Minarose Minarose commented Jan 17, 2024

Changed names based on proposal in issue but how do we deal with the use of sc_fitted in whobpyt/run/modelfitting.py -line 242 def train since thats for all models not just JR?

In whobpyt/models/JansenRit/jansen_rit.py
changed fitted sc vars:
sc_m_b -> sc_p_i
sc_m_f -> sc_p_e
sc_fitted -> sc_p_p

change connection gain variables:
w_bb -> w_pi
w_b -> w_i
w_n_b ->w_n_pi

w_ff -> w_pe
w_f -> w_e
w_n_f ->w_n_pe

w_ll -> w_pp
w_l -> w_p
w_n_l->w_n_pp

JohnWangDataAnalyst and others added 10 commits February 21, 2023 09:32
…hinx-to-main

Fix: Change docs build ref to `main`
- Merging `dev` to `main`, thank you @Andrew-Clappison 
- Adds type checking, courtesy of @kevinkadak
changed 
sc_m_b -> sc_p_i
sc_m_f -> sc_p_e
sc_fitted -> sc_p_p
changing connection gains
w_bb -> w_pi
w_b -> w_i
w_n_b ->w_n_pi

w_ff -> w_pe
w_f -> w_e
w_n_f ->w_n_pe

w_ll -> w_pp
w_l -> w_p
w_n_l->w_n_pp
@Minarose Minarose marked this pull request as draft January 17, 2024 20:21
@Minarose Minarose changed the title Issue #152 - JR SC variable rename JR SC variable rename Jan 17, 2024
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 this pull request may close these issues.

5 participants