Closed bpatel2107 closed 6 months ago
dpdx_pm = -beta_prime in GENE, minus sign was missing. Warning comes up but no errors occur because of it so it passed the testing.
dpdx_pm = -beta_prime
UserWarning: GENE dpdx_pm = 0.5045 not set consistently with amhd = -0.5045000005976776 - drifts may not behave as expected
This fixes that
dpdx_pm = -beta_prime
in GENE, minus sign was missing. Warning comes up but no errors occur because of it so it passed the testing.UserWarning: GENE dpdx_pm = 0.5045 not set consistently with amhd = -0.5045000005976776 - drifts may not behave as expected
This fixes that