Skip to content

Mac CI won't execute electric field output #133

@lilyminium

Description

@lilyminium

The cell where the model fails with the error (PR #131):

=================================== FAILURES ===================================
_ examples/train-gnn-to-electric-field/train-gnn-to-electric-field.ipynb::Cell 13 _
[gw2] darwin -- Python 3.11.9 /Users/runner/micromamba/envs/openff-nagl-test/bin/python
Notebook cell execution failed
Cell 13: Timeout of 5 seconds exceeded waiting for output.

Input:
trainer = pl.Trainer(
    max_epochs=100,
    callbacks=[TQDMProgressBar()], # add progress bar
    accelerator="cpu"
)
 

trainer.fit(
    training_model,
    datamodule=training_model.create_data_module(verbose=False),
)

Ubuntu executes fine. It also executes fine on my Mac.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions