fireworks icon indicating copy to clipboard operation
fireworks copied to clipboard

The Fireworks Workflow Management Repo.

Results 90 fireworks issues
Sort by recently updated
recently updated
newest added

I'm new to using this software, and was get stuck in the step of "Launch the web GUI" in the guide from https://materialsproject.github.io/fireworks/quickstart.html. The server has been started, but was...

This issue was discussed at length by @rkingsbury on the forum [here](https://matsci.org/t/painful-resolution-of-lockedworkflowerror-with-large-jobs/40156/9). To briefly reiterate the main point, when lots of fireworks are launched in parallel (e.g. a jobpack) and...

to fix an issue when running the workflows on windows. Error from Traceback : ``` File "D:\PY3\lib\site-packages\fireworks\utilities\tests\test_visualize.py", line 1, in import pytest ModuleNotFoundError: No module named 'pytest' ```

If anyone is trying to install fireworks in developer mode and having issues then it might be because it is not the latest version (i.e. 2.0.2). I have tried it...

The SLURM directive `--partition` is used on certain machines, but specifying `partition: ` in the qadapter does not cause the `#SBATCH --partition=` to appear in the job submission script.

On `main`, when I do `qlaunch rapidfire --nlaunches 10 --sleep 1`, it still sleeps for 5 seconds between loops. Either this is a bug, or the documentation can be improved.

Hi. Fireworks works great in Linux. However, using the same command in miniconda3 environment of Windows 10 Pro (locale: shift-JIS): pip install fireworks the error comes out as: ------------------ Traceback...

firetask2 = Firework(PyTask(func='time.sleep',args=[5])) fw = Firework([firetask2]) # store workflow and launch it locally, single shot launchpad.add_wf(fw) launch_rocket(launchpad, FWorker()) would not run... I traced it to recursive serialize and bellow is...

Currently, troublesome pymongo4.0+fws tests (mostly detect_lostruns) are just skipped if pymongo version >=4.0. See #473 This should be corrected once pymongo fixes the issue (no ETA on that) This issue...