virocon-organization / viroconweb

A software to compute environmental contours. Django web-application package.
MIT License
2 stars 1 forks source link

Sigma value is displayed to be zero although it is nonzero #168

Closed ahaselsteiner closed 6 years ago

ahaselsteiner commented 6 years ago

I'm submitting a ...

Expected behavior

How should it work (with the bug fixed or the feature implemented)? A fitted sigma value should be displayed correctly.

Screenshot

Actual behavior

How does it currently work (with the bug causing problems or without the feature)? Instead of the correct sigma value, sigma is displayed to the user to be 0.

Screenshot Fits with sigma != 0: image

Model with sigma = 0: image

Steps to reproduce the problem (how to see the actual behavior)

  1. Upload the coastDat measurementfile
  2. Fit a Normal(none,none), Normal(none,none), Normal(none,none) model to it
  3. Inspect the fitted figures and the displayed model.
ahaselsteiner commented 6 years ago

Trying to calculate a HDC with this model resulted in this error: image

ahaselsteiner commented 6 years ago

Trying to calculate an IFORM contour resulted in this handled error: image

ahaselsteiner commented 6 years ago

The sigma = 0 problem seems be solved during the work on another issue: image

image

The calculation of a HDC also works (although it takes up the complete grid). image