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
Is your feature request related to a problem? Please describe.
The official repository of the Madagascar package has kimodel.py and pefInterpolation.py recipes already. So, the creGatherStack package does not need to use creStack.py python script in order to define modeling and interpolation functions.
Describe the solution you'd like
Update creGatherStack experiments to use those recipes directly from Madagascar local version.
Additional context
The text was updated successfully, but these errors were encountered:
Changes pefInterpolation function calling from fullInterpolationAndStack
experiments.
The pefInterpolation.py recipe is now part of official Madagascar
package. Because of that, SConstruct can call it from local Madagascar
installation.
Error report function was deleted from official repository
because it makes building and error report slow. Use python
logging functions to report errors in SCons
The building of the experiment is splitted in several SConscripts.
Concatenate all the building steps in one SConstruct. And use the
Madagascar recipes 'kimodel.py' and 'pefInterpolation.py'.
Those recipes are available in the official Madagascar package
repository on github. Because of that they can be called from
SConstruct.
🎉 Feature request
Is your feature request related to a problem? Please describe.
The official repository of the Madagascar package has kimodel.py and pefInterpolation.py recipes already. So, the creGatherStack package does not need to use creStack.py python script in order to define modeling and interpolation functions.
Describe the solution you'd like
Update creGatherStack experiments to use those recipes directly from Madagascar local version.
Additional context
The text was updated successfully, but these errors were encountered: