Skip to content

Commit

Permalink
Moving Loss Partition Function TCK
Browse files Browse the repository at this point in the history
  • Loading branch information
tsikes committed Nov 8, 2021
1 parent 681051d commit 0634337
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/calculate/optimize/misc_fcns.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

# interpolation function for Z from loss function
path = {'main': pathlib.Path(sys.argv[0]).parents[0].resolve()}
path['Z_tck_spline.dat'] = path['main'] / 'calculate/optimize/loss_partition_fcn_tck_spline.dat'
path['Z_tck_spline.dat'] = path['main'] / 'data/loss_partition_fcn_tck_spline.dat'

tck = []
with open(path['Z_tck_spline.dat']) as f:
Expand Down
File renamed without changes.

0 comments on commit 0634337

Please sign in to comment.