Skip to content

Commit

Permalink
Refactor test_compwa_wrapper.py to remove unused imports and comments.
Browse files Browse the repository at this point in the history
Removed unnecessary imports and commented-out code to clean up the `test_compwa_wrapper.py` file. Also added TODO comments for further investigation regarding cached functionalities.
  • Loading branch information
jonas-eschle committed Oct 31, 2024
1 parent 4b45ac1 commit 40e7ba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tfpwa/test_basic_example_tfpwa.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def test_example1_tfpwa():
# Set init paramters. If not set, we will use random initial parameters
config.set_params(str(this_dir / "gen_params.json"))

with chdir(this_dir):
with chdir(this_dir): # needed for TF-PWA
fcn = config.get_fcn()
nll = ztfpwa.loss.nll_from_fcn(fcn)

Expand Down

0 comments on commit 40e7ba1

Please sign in to comment.