virocon-organization / viroconweb

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

Issue#134 fitting plots order #166

Closed topape closed 6 years ago

coveralls commented 6 years ago

Pull Request Test Coverage Report for Build 655


Changes Missing Coverage Covered Lines Changed/Added Lines %
contour/plot.py 68 109 62.39%
<!-- Total: 85 126 67.46% -->
Files with Coverage Reduction New Missed Lines %
contour/plot.py 3 78.14%
<!-- Total: 3 -->
Totals Coverage Status
Change from base Build 639: -0.6%
Covered Lines: 1503
Relevant Lines: 1819

💛 - Coveralls
ahaselsteiner commented 6 years ago

These settings: image

This result: image

ahaselsteiner commented 6 years ago

For some reason the mobile view of the visual inspection broke: image

ahaselsteiner commented 6 years ago

When I change the of the browse rmanually this error does not occur: image

topape commented 6 years ago

First I cloud not raise this error but after I updated viroconcom 'pip install viroconcom --upgrade' and restarted the server I could raise the error too.

numpy_float
ahaselsteiner commented 6 years ago

The images of the report should be ordered accordingly now too. At the moment this is not the case: image

janlehmk commented 6 years ago

I created a Pull Request for this bug: https://github.com/ahaselsteiner/viroconcom/pull/20

janlehmk commented 6 years ago

With my changes I can't reproduce this error. The Pull Request is merged into the master!