Skip to content

Commit

Permalink
added new data contatining ham and mom, fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasHelfer committed Dec 29, 2023
1 parent 5360440 commit 9ba0f7e
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 3 deletions.
Binary file modified tests/TestData/Xdata_level0_step0001_reduced.dat
Binary file not shown.
Binary file modified tests/TestData/Xdata_level0_step0002_reduced.dat
Binary file not shown.
Binary file not shown.
Binary file added tests/TestData/ydata_level0_step0003_reduced.dat
Binary file not shown.
2 changes: 1 addition & 1 deletion tests/test_FourthOrderDerivatives.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def test_compare_diff_with_reference():
filenamesX = os.path.dirname(__file__) + "/TestData/Xdata_level0_step*"

# Number of variables in the data
num_varsX = 100
num_varsX = 104

# Read the data in a box format
dataX = get_box_format(filenamesX, num_varsX)
Expand Down
2 changes: 1 addition & 1 deletion tests/test_TensorAlgebra.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def test_chris():
filenamesX = os.path.dirname(__file__) + "/TestData/Xdata_level0_step*"

# Number of variables in the data
num_varsX = 100
num_varsX = 104

# Read the data in a box format
dataX = get_box_format(filenamesX, num_varsX)
Expand Down
2 changes: 1 addition & 1 deletion tests/test_Utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def test_TensorDict():
filenamesX = os.path.dirname(__file__) + "/TestData/Xdata_level0_step*"

# Number of variables in the data
num_varsX = 100
num_varsX = 104

# Read the data in a box format
dataX = get_box_format(filenamesX, num_varsX)
Expand Down

0 comments on commit 9ba0f7e

Please sign in to comment.