Skip to content

Commit

Permalink
rename 0D example
Browse files Browse the repository at this point in the history
  • Loading branch information
20DM committed Oct 24, 2023
1 parent 2010bbc commit a74e9f7
Show file tree
Hide file tree
Showing 12 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hepdata_converter/testsuite/test_yodawriter.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ def test_parse_pattern_unmatch(self, yaml_simple_path, yoda_template):
with open(output_file_path, 'r') as f:
self.assertMultiLineAlmostEqual(f, yoda_template)

@insert_path('yaml_no_dependent')
@insert_data_as_file('yoda/no_dependent.yoda')
@insert_path('yaml_no_independent')
@insert_data_as_file('yoda/no_independent.yoda')
def test_parse_no_dependent(self, yaml_simple_path, yoda_template):
output_file_path = os.path.join(self.current_tmp, 'datafile.yoda')
hepdata_converter.convert(yaml_simple_path, output_file_path,
Expand Down

0 comments on commit a74e9f7

Please sign in to comment.