Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 3df8508

Browse files
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‎

Lines changed: 1 addition & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /