Skip to content

31 convert synthetic data functions classes into modules#32

Merged
shb84 merged 3 commits intomasterfrom
31-convert-synthetic-data-functions-classes-into-modules
Nov 29, 2025
Merged

31 convert synthetic data functions classes into modules#32
shb84 merged 3 commits intomasterfrom
31-convert-synthetic-data-functions-classes-into-modules

Conversation

@shb84
Copy link
Copy Markdown
Owner

@shb84 shb84 commented Nov 29, 2025

Test

  • Updated unit tests to reflect changes to synthetic data functions

Refactor

  • Changed API by moving module synthetic.py into synthetic_data (synthetic functions are now modules not classes)
  • Changed API by moving module plot into post_processing
    • Instead of jenn.utils.plot.something() it is now jenn.plot_something()
  • Changed name of utils to utilities and added _sample.py and _finite_difference.py modules

Closes #31

@shb84 shb84 linked an issue Nov 29, 2025 that may be closed by this pull request
@shb84 shb84 marked this pull request as ready for review November 29, 2025 13:41
@shb84 shb84 merged commit ee4f441 into master Nov 29, 2025
9 checks passed
@shb84 shb84 deleted the 31-convert-synthetic-data-functions-classes-into-modules branch December 4, 2025 14:04
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.

Convert Synthetic Data Functions Classes Into Modules

1 participant