You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Overview
This PR contains changes to fix scheme subcycling in Capgen and extends
the var_compatability_test to exercise subcycling.
UPDATE: Added bugfix for suite-part list ordering (see change to
ccpp_suite.py).
Description
Create local group variable for subcycle indexing.
Fix bug (`self.loop` -> `self._loop`) in the Subcycle write phase, and
in ccpp_datafile.
User interface changes?: No
Fixes: #632Fixes: #634
Testing:
Added to var_compatibility_test to exercise feature.
---------
Co-authored-by: Dom Heinzeller <[email protected]>
Co-authored-by: Steve Goldhaber <[email protected]>
Description
Sub-cycling not working in Capgen
Steps to Reproduce
Start with the var_compatability_test and add a subcycling to the SDF:
Replace
<scheme>effr_diag</scheme>
with
When you try to run the test it will fail.
The text was updated successfully, but these errors were encountered: