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
During a routine merge of master branch back into Seed_Dispersal, two files (ST_initialization.c and ST_initialization.h) that no longer existed in Seed_Dispersal were added back in by mistake. See: 7974a02
ST_initialization.c and ST_initialization.h were replaced by ST_spinup.c and ST_spinup.h in Seed_Dispersal branch via commit: c2eebf0
These duplicated files may be causing some of the downstream issues previously documented in this milestone.
This issue was discovered when trying to merge current branch of master (which still contains ST_initialization.c and ST_initialization.h) into Seed_Dispersal.
Solution: remove ST_initialization.c and ST_initialization.h from Seed_Dispersal after a careful review that all updates to these files since they were re-incorporated have been updated in ST_spinup.c and ST_spinup.h and associated testing of new code.
None of the functions in ST_initialization.c are being called in the Seed_Dispersal branch (note _run_spinup is duplicated in ST_spinup.c), thus the accidental addition of these files is having no effect.
-implementing new random number generator function in ST_spinup.c, which doesn't exist in master branch
-note ST_spinup.c has replaced ST_initialization.c, which was accidentally re-committed see #532 - will be removed shortly.
…dentally re-committed, issue #532
- Remove ST_initialization.c and ST_initialization.h that were accidentally re-committed by 7974a02
- ST_spinup.c and ST_spinup.h in Seed_Dispersal branch replaced these two files via commit c2eebf0
During a routine merge of master branch back into Seed_Dispersal, two files (ST_initialization.c and ST_initialization.h) that no longer existed in Seed_Dispersal were added back in by mistake. See: 7974a02
ST_initialization.c and ST_initialization.h were replaced by ST_spinup.c and ST_spinup.h in Seed_Dispersal branch via commit: c2eebf0
These duplicated files may be causing some of the downstream issues previously documented in this milestone.
This issue was discovered when trying to merge current branch of master (which still contains ST_initialization.c and ST_initialization.h) into Seed_Dispersal.
Solution: remove ST_initialization.c and ST_initialization.h from Seed_Dispersal after a careful review that all updates to these files since they were re-incorporated have been updated in ST_spinup.c and ST_spinup.h and associated testing of new code.
@mnovo323
The text was updated successfully, but these errors were encountered: