Open dylanjm opened 2 weeks ago
The issue appears to be in SyntheticHistory.py
. When trying to set global ROM features, the loop
for algo in self._tsaAlgorithms: ...
(line 365)
should probably be looping over self._tsaGlobalAlgorithms
instead.
Working on fixing what Jacob just described. But I think the actual issue happens when there are multiple algorithm nodes with different targets (e.g., two <fourier>
nodes, one for target_0
and one for target_1
). Seems I had implemented a fix but it's commented out on Line 368... unsure why that is, I will re-implemented in another branch with testing to cover that error.
Thank you for the defect report
RAVEN
.Defect Description
I am trying to train a SyntheticHistory ROM using a 6 sets of data. I want the data sets 0-4 to represent years 2024-2028 and then I want to interpolate between 2029-2054 using the 5 set of data.
When performing the training in RAVEN I get the following error:
Steps to Reproduce
See attached files
Expected Behavior
I expect the interpolation to happen without issue.
Screenshots and Input Files
synthetic_history.zip
OS
MacOS
OS Version
14.7
Dependency Manager
PIP
For Change Control Board: Issue Review
For Change Control Board: Issue Closure