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
Many engine in the package can be particular data hungry or make certain assumptions about the input data provided to the package. Further messages via myLog in a highlighted colour should be added directly to the engines to make users aware of any violations of assumptions.
Update:
Additionally or alternatively, a better idea would be to add a simple wrapper that tests common model assumptions implemented in a specific function check(fit).
Implement such a function (check) in a seperate call.
Implement engine and parameter specific posthoc checks.
Add a test
The text was updated successfully, but these errors were encountered:
* Update CITATION.cff
* Update CITATION.cff
* Smaller bug fixes and name sanitations
* Update CITATION.cff
* Prelunch commit. Some smaller fixes to make writing and loading models work
* Update CITATION.cff
* Pre-party commit. Similarity still not working yet.
* Update CITATION.cff
* Several updates, most notably improved 5 parameter Richards curve for offset calculations
* Re-build README.md
* Attempt to fix ci-error in tests
* Small fix for tests
* another attempt for ci fix
* Update to version 0.0.5 (#53) (#54)
* Update CITATION.cff
* Update CITATION.cff
* Smaller bug fixes and name sanitations
* Update CITATION.cff
* Prelunch commit. Some smaller fixes to make writing and loading models work
* Update CITATION.cff
* Pre-party commit. Similarity still not working yet.
* Update CITATION.cff
* Several updates, most notably improved 5 parameter Richards curve for offset calculations
* Re-build README.md
* Attempt to fix ci-error in tests
* Small fix for tests
* another attempt for ci fix
---------
Co-authored-by: Martin-Jung <Martin-Jung@users.noreply.github.com>
* Small bugfix related to ensemble and min/max of terra (#55)
* Small bugfix related to ensemble and min/max of terra
* Small bugfix related to ensemble and min/max of terra
* Update tests for ensemble
* Addition of MCP limits to `distribution`
* Update CITATION.cff
* Bug and documentation fixes
* Update CITATION.cff
* Started with implementation of check function #45
* Fix Missing link warning
* Smaller documentation fixes
* Update CITATION.cff
* Warning and documentation fixes, adding aliases
* Update CITATION.cff
* Small hotfix for gh-pages and aliases
* Update CITATION.cff
* Small fix to validate
* Fix two minor issues related to imports
* Update CITATION.cff
* Removed documentation whitespaces and minor conversion bug fix
* Smaller fixes and implementation of #57
* Hotfix (:fire:) that pkgdown does not break
* Small scenario addition and documentation fix.
* Implementation of limiting function (#37) and minor bug fixes
* 🐛 fix 😪
* Update CITATION.cff
---------
Co-authored-by: Martin-Jung <Martin-Jung@users.noreply.github.com>
Co-authored-by: Maximilian Hesselbarth <mhk.hesselbarth@gmail.com>
Co-authored-by: mhesselbarth <mhesselbarth@users.noreply.github.com>
Many
engine
in the package can be particular data hungry or make certain assumptions about the input data provided to the package. Further messages viamyLog
in a highlighted colour should be added directly to the engines to make users aware of any violations of assumptions.Update:
Additionally or alternatively, a better idea would be to add a simple wrapper that tests common model assumptions implemented in a specific function
check(fit)
.check
) in a seperate call.The text was updated successfully, but these errors were encountered: