Dr. Phil Maffettone

Results 22 comments of Dr. Phil Maffettone

Thanks for the reply! The segmentation fault stoped the process even after setting the environmental variables. I've also started a thread with the CSD API, and am awaiting a response....

This will produce Segmentation fault: 11 ``` import os os.environ["BOOST_ADAPTBX_FPE_DEFAULT"]="1" os.environ["BOOST_ADAPTBX_SIGNALS_DEFAULT"]="1" import iotbx.cif def load_cif(fname): try: struct_loader = iotbx.cif.reader(file_path=fname).build_crystal_structures() except: return struct = struct_loader.values()[0] data['structure'] = struct data['space_group'] = '{0!s}'.format(struct.space_group().info())...

https://www.tensorflow.org/guide/checkpoint#create_the_checkpoint_objects

Is there a described protocol for developing and running pytest? I'm running the bash scripts that get run in GHA and hoping those will create the containers needed to pass...

Coming back to this, even using `act`, I end up with a few failed tests on the master branch. I'll work from this basis as I build the tests for...

I forgot about it, but I think it is a commonly used pattern for executing plans on a subsystem. I can add this to my plans for next week to...

From a "how to design it correctly" I agree with Tom. This is more of a, "how people end up using it" regardless of best intent.

- Faust was interesting, and well supported, but better delegated to something like `bluesky-kafka` since that is the primary integration focus. - Pulsar creates a dependency challenge that itsn't worth...

Because I committed the wrong change in the DOC commit. I needed to set the mpl backend to Agg for my local testing, but assume that isn't needed for the...

Actual failures in `pytest` (potentially due to arm Mac.) ``` platform darwin -- Python 3.10.13, pytest-8.1.1, pluggy-1.4.0 -- /Users/phillipmaffettone/Development/bluesky/venv/bin/python cachedir: .pytest_cache rootdir: /Users/phillipmaffettone/Development/bluesky configfile: pyproject.toml plugins: cov-5.0.0, anyio-4.3.0 collecting 12...