Skip to content

Conversation

@chris-ashe
Copy link
Collaborator

@chris-ashe chris-ashe commented Dec 13, 2023

Description

The sig_tf.dat was still being created and mentioned even though it has been replaced with a json type file.
The .dat creation has been removed and some remnants mentioning the .dat have been appropriately changed to json

@clmould This should fix it

Checklist

I confirm that I have completed the following checks:

  • I have justified any large differences in the regression tests caused by this pull request in the comments.
  • I have added new tests where appropriate for the changes I have made.
  • If I have had to change any existing unit or integration tests, I have justified this change in the pull request comments.
  • If I have made documentation changes, I have checked they render correctly.
  • I have added documentation for my change, if appropriate.

@chris-ashe chris-ashe added the Input/Output Files Issues related to the input and output data files label Dec 13, 2023
@chris-ashe chris-ashe self-assigned this Dec 13, 2023
@chris-ashe chris-ashe linked an issue Dec 13, 2023 that may be closed by this pull request
Copy link
Contributor

@jonmaddock jonmaddock left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm fine with these changes, but could you organise the commits a bit better? The multiple small commits to change .DATs to .jsons could be squashed together. Could you also remove the churn with the black formatting of sctfcoil.py by squashing/fixing up those two commits together? Then it can go right in. Thanks!

remove .dat open statement in init_module

gitignore

doc changes
@chris-ashe chris-ashe force-pushed the 3014-convert-sig_tfdat-statements-to-json branch from d44f7ec to 8e99848 Compare December 15, 2023 14:24
@jonmaddock jonmaddock merged commit 9a52cb9 into main Dec 15, 2023
@jonmaddock jonmaddock deleted the 3014-convert-sig_tfdat-statements-to-json branch December 15, 2023 14:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Input/Output Files Issues related to the input and output data files

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Convert SIG_TF.DAT statements to .JSON

4 participants