Skip to content

Commit 113a072

Browse files
authored
Merge pull request #1072 from DonaldAlan/fix-stupid-bug-in-test-class
Fix typo in method name that would cause compilation failure
2 parents c3df9fc + 3df8508 commit 113a072

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dl4j-examples/src/main/java/org/deeplearning4j/examples/advanced/modelling/charmodelling/melodl4j/TestMelodyConversion.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public static void main(String [] args) {
8080
}
8181
try {
8282
sanityCheck1();
83-
File midiFile = MelodyModelingExample.makeSureFileIsInTmpDir(urlPath);
83+
File midiFile = MelodyModelingExample.makeSureFileIsInTmpMidiDir(urlPath);
8484
testConversion(midiFile);
8585
} catch (Exception exc) {
8686
exc.printStackTrace();

0 commit comments

Comments
 (0)