-
Notifications
You must be signed in to change notification settings - Fork 66
Description
test_dislocation.py produces a dd_test.png, and some docs notebooks save a few files when docs are built - all of which appear on git status. We should either try to clean them up after docs are built, or add them to the gitignore.
@jameskermode @pgrigorev do we think the test_differential_displacement still has much value? It only serves to generate the dd_test.png image, and it's using the BCC-specific make_screw_cyl method to do so, rather than the CubicCrystalDislocation solution.
As for the files created by the docs, a good solution might be to have a teardown.py file to do the cleanup, which could be called by make html etc after Sphinx docs have been built? I think it would also be better practice to save such files to a tmp/ directory which could be gitignored, but this is less important.