-
Notifications
You must be signed in to change notification settings - Fork 13
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Issue
Problem Description
Currently the conda build pipeline fails on OS X. Probably our expected value ranges are not good or something actually works differently on OS X.
The detailed log is here
=========================== short test summary info ============================
FAILED paseos/tests/activity_test.py::test_activity - assert (477.1563256400008 > 480)
+ where 477.1563256400008 = <paseos.actors.spacecraft_actor.SpacecraftActor object at 0x135d2f250>.battery_level_in_Ws
FAILED paseos/tests/time_multiplier_test.py::test_activity - assert (272.5896407000141 > 315)
+ where 272.5896407000141 = <paseos.actors.spacecraft_actor.SpacecraftActor object at 0x13ce3b290>.battery_level_in_Ws
======== 2 failed, 24 passed, 1 skipped, 4 warnings in 66.41s (0:01:06) ========
Expected Behavior
Tests passing.
What Needs to be Done
Either adjust ranges or find out what happens.
How Can It Be Tested or Reproduced
Unfortunately only on conda for the moment...
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working