Skip to content

Commit dead930

Browse files
authored
Bug fix for FDG (#57)
* Renamed fdg folder to visuals, matched source code to new folder #49 * Data path now absolute in json (fixes #47) and is now tested * Path corrected for empty.json (fixes #56)
1 parent d49cc67 commit dead930

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

outputs/visuals/f.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
var dataURL = "https://raw.githubusercontent.com/datasciencecampus/patent_app_detect/master/outputs/fdg/empty.json";
1+
var dataURL = "https://raw.githubusercontent.com/datasciencecampus/patent_app_detect/master/outputs/visuals/empty.json";
22

33
var refresh = function(data){
44

0 commit comments

Comments
 (0)