Skip to content

Commit 3df8508

Browse files
committed
Fix typo in method name that would cause compilation failure
1 parent c3df9fc commit 3df8508

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)