Skip to content

added wrapper for concept names#155

Merged
ncfrey merged 2 commits intoprescient-design:mainfrom
etherealsunshine:main
Jul 25, 2025
Merged

added wrapper for concept names#155
ncfrey merged 2 commits intoprescient-design:mainfrom
etherealsunshine:main

Conversation

@etherealsunshine
Copy link
Contributor

@etherealsunshine etherealsunshine commented Jul 24, 2025

Description

Added a public concept_names property to the LobsterCBMPMLM class to expose concept names that were previously only accessible as a private attribute. This resolves issue #154.

Type of Change

  • Bug fix
  • New feature
  • Documentation update
  • Performance improvement
  • Code refactoring

Testing

  • Tests pass locally
  • Added new tests for new functionality
  • Updated existing tests if needed

Checklist

  • Code follows style guidelines
  • Self-review completed
  • Documentation updated if needed
  • No breaking changes (or clearly documented)

@etherealsunshine etherealsunshine marked this pull request as draft July 24, 2025 20:39
@etherealsunshine etherealsunshine marked this pull request as ready for review July 24, 2025 20:41
json.dump(self._concepts_name, f)

@property
def concept_names(self):
Copy link
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 unit test to confirm that this returns the expected concept names? thanks!

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done! Let me know if it looks good :)

@ncfrey ncfrey merged commit c096c0d into prescient-design:main Jul 25, 2025
@ncfrey ncfrey mentioned this pull request Jul 25, 2025
12 tasks
@karinazad
Copy link
Collaborator

karinazad commented Jul 28, 2025

tests are failing on main :(

@etherealsunshine
Copy link
Contributor Author

hey @karinazad, added a fix for the tests failing on main in #156, it was a typo on my end, sorry about that. Let me know if it looks good!

taylormjs pushed a commit that referenced this pull request Jul 31, 2025
* added wrapper for concept names

* Add unit test for concept_names property
taylormjs pushed a commit that referenced this pull request Aug 1, 2025
* added wrapper for concept names

* Add unit test for concept_names property
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