Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

Extend metadata type to be int, float, bool and string#277

Merged
mgeplf merged 5 commits intomasterfrom
weji/metadata
Jun 23, 2023
Merged

Extend metadata type to be int, float, bool and string#277
mgeplf merged 5 commits intomasterfrom
weji/metadata

Conversation

@WeinaJi
Copy link
Copy Markdown
Collaborator

@WeinaJi WeinaJi commented Jun 22, 2023

@mgeplf
Copy link
Copy Markdown
Contributor

mgeplf commented Jun 23, 2023

thanks!

CHECK(overrides[1].neuromodulationStrength == 0.75);

CHECK(config.getMetaData().size() == 2);
CHECK(config.getMetaData().size() == 4);
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

can you add a test here to get the values?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

Yes, I've just push the change.

mgeplf
mgeplf previously approved these changes Jun 23, 2023
@mgeplf mgeplf merged commit 24fa1b7 into master Jun 23, 2023
@mgeplf mgeplf deleted the weji/metadata branch June 23, 2023 09:20
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Using int, double, string and bool types in the metadata section

2 participants