Skip to content

Commit

Permalink
Update plot_histograms_weights.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jeandut authored Jan 14, 2025
1 parent e57ef75 commit fbe90b4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion plot_histograms_weights.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
import matplotlib.pyplot as plt
import pandas as pd
from common import FFCD_URL, IDIBIGI_URL, PANCAN_URL, FL_DATA_PATH
FFCD_URL, IDIBIGI_URL, PANCAN_URL, FL_DATA_PATH = (
"FFCD_URL",
"IDIBIGI_URL",
"PANCAN_URL",
"FL_DATA_PATH_vXX",
)
from ffcd.ffcd_opener import FFCDOpener
from idibigi.idibigi_opener import IDIBIGIOpener
from pancan.pancan_opener import PanCanOpener
Expand Down

0 comments on commit fbe90b4

Please sign in to comment.