Skip to content

[AI-FSSDK] [FSSDK-12418] Remove experiment type validation from config parsing#402

Open
FarhanAnjum-opti wants to merge 1 commit intomasterfrom
ai/farhananjum-opti/FSSDK-12418-remove-type-validation
Open

[AI-FSSDK] [FSSDK-12418] Remove experiment type validation from config parsing#402
FarhanAnjum-opti wants to merge 1 commit intomasterfrom
ai/farhananjum-opti/FSSDK-12418-remove-type-validation

Conversation

@FarhanAnjum-opti
Copy link
Copy Markdown
Contributor

@FarhanAnjum-opti FarhanAnjum-opti commented Apr 2, 2026

Summary

Removes experiment type validation from config parsing to ensure forward compatibility. Previously, unknown experiment type values caused errors and could reject the entire datafile, which would break existing SDK versions when new experiment types are added in the future.

Changes

  • Removed type validation block that rejected experiments with unknown type values
  • Unknown experiment types are now silently accepted and stored as-is
  • Added test verifying unknown experiment types are accepted during config parsing

Jira Ticket

FSSDK-12418

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.

1 participant