Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
maybe fix RocketTest.test_postproc_exception
______________________ RocketTest.test_postproc_exception ______________________ self = <fireworks.core.tests.test_rocket.RocketTest testMethod=test_postproc_exception> def test_postproc_exception(self) -> None: fw = Firework(MalformedAdditionTask()) self.lp.add_wf(fw) launch_rocket(self.lp, self.fworker) fw = self.lp.get_fw_by_id(1) > assert fw.state == "FIZZLED" E AssertionError: assert 'COMPLETED' == 'FIZZLED' E E - FIZZLED E + COMPLETED
- Loading branch information