VMBoehm / MnuLFI

throwing LFI on massiveNus sims
MIT License
3 stars 4 forks source link

Import data without MNULFI_DIR #15

Closed jameslzhu closed 4 years ago

jameslzhu commented 4 years ago

By manipulating the file path from the __file__ variable in data.py, we can remove the need to set a .bashrc environment variable.

(This also bypasses errors on Windows due to different path separators: / vs \.)

jameslzhu commented 4 years ago

Oh, looks like #12 already does this. Closing.