Skip to content

Commit

Permalink
Update robinson_lin.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sbastiaens authored Aug 7, 2024
1 parent 5b462bc commit 8cec7bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion whobpyt/models/robinson/robinson_lin.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ def createIC(self, ver, state_lb = -0.5, state_ub = 0.5):


def forward(self, external, w1):
# STILL TO DO
# generate power spectra
G_ei = self.params.Gei.value()
G_ee = self.params.Gee.value()
G_es = self.params.Ges.value()
Expand Down

0 comments on commit 8cec7bf

Please sign in to comment.