Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SNO2-71-block-float-ints #1323

Merged
merged 7 commits into from
Feb 18, 2025
Merged

SNO2-71-block-float-ints #1323

merged 7 commits into from
Feb 18, 2025

Conversation

keenangraham
Copy link
Collaborator

No description provided.

@keenangraham keenangraham requested a review from hitz February 14, 2025 23:31
item = alignment_file_v11.copy()
item.update(
{
'schema_version': '11',
Copy link
Contributor

Choose a reason for hiding this comment

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

'schema_version': '12'


@pytest.fixture
def alignment_file_v12(alignment_file_v11):
item = alignment_file_v11.copy()
Copy link
Contributor

Choose a reason for hiding this comment

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

I'd suggest just copying the base fixture alignment_file, the versioned fixtures typically have deprecated properties/values. won't cause any problems here but it can in theory


@pytest.fixture
def sequence_file_v14(sequence_file_v12):
item = sequence_file_v12.copy()
Copy link
Contributor

Choose a reason for hiding this comment

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

I'd suggest just copying the base fixture sequence_file for the same reason as above

ian-whaling
ian-whaling previously approved these changes Feb 14, 2025
@@ -62,7 +62,7 @@
'construct_id': 'Postgres',
'on': True,
'props': {
'snapshot_source_db_identifier': DEV_DATABASE_IDENTIFIER,
'snapshot_source_db_identifier': PROD_DATABASE_IDENTIFIER,
Copy link
Contributor

Choose a reason for hiding this comment

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

why did snapshot identifier change from DEV_DATABASE_IDENTIFIER to PROD_DATABASE_IDENTIFIER? just want to make sure it's your intent to make this change.

hitz
hitz previously approved these changes Feb 15, 2025
@keenangraham keenangraham dismissed stale reviews from hitz and ian-whaling via 16382c2 February 15, 2025 02:27
@keenangraham keenangraham merged commit 79f8eba into dev Feb 18, 2025
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants