Skip to content

Commit

Permalink
bug: correct number of bytes for the python script
Browse files Browse the repository at this point in the history
  • Loading branch information
lquenti committed Mar 2, 2024
1 parent b17eccb commit 25387ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blackheap/src/assets/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use lazy_static::lazy_static;
pub mod progress;

const JUPYTER_NOTEBOOK: &[u8; 7528] = include_bytes!("../../assets/AnalysisTool.ipynb");
const BUILD_MODELS: &[u8; 13897] = include_bytes!("../../assets/build_models.py");
const BUILD_MODELS: &[u8; 13904] = include_bytes!("../../assets/build_models.py");
const GITIGNORE: &[u8; 3079] = include_bytes!("../../assets/.gitignore");
const README: &[u8; 27] = include_bytes!("../../assets/README.md");
const REQUIREMENTS: &[u8; 47] = include_bytes!("../../assets/requirements.txt");
Expand Down

0 comments on commit 25387ef

Please sign in to comment.