Skip to content

Commit

Permalink
Include extra 3D-EM-restraint-related fields
Browse files Browse the repository at this point in the history
python-ihm 1.7 now supports some fields that were
previously missing from the EM restraint table,
so add them to our known-good output too.
  • Loading branch information
benmwebb committed Oct 28, 2024
1 parent 6103587 commit 77bbdbe
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions test/test_mmcif.py
Original file line number Diff line number Diff line change
Expand Up @@ -1801,11 +1801,13 @@ class DummyProtocolStep:
_ihm_3dem_restraint.fitting_method
_ihm_3dem_restraint.fitting_method_citation_id
_ihm_3dem_restraint.struct_assembly_id
_ihm_3dem_restraint.map_segment_flag
_ihm_3dem_restraint.number_of_gaussians
_ihm_3dem_restraint.model_id
_ihm_3dem_restraint.cross_correlation_coefficient
1 4 'Gaussian mixture models' . 2 2 5 0.100
2 4 'Gaussian mixture models' . 2 2 9 0.200
_ihm_3dem_restraint.details
1 4 'Gaussian mixture models' . 2 . 2 5 0.100 .
2 4 'Gaussian mixture models' . 2 . 2 9 0.200 .
#
""")

Expand Down

0 comments on commit 77bbdbe

Please sign in to comment.