You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Inspired by issue #443. filepaths should not be stored as strings and python>=3.4 has a builtin pathlib library for this. It also doesn't take all that much space
I could be wrong, but at a glance it looks to me like it takes 112 extra bytes per string 🙂
________________________________
From: Nick Wang <[email protected]>
Sent: October 29, 2019 12:52 PM
To: Mouse-Imaging-Centre/pydpiper <[email protected]>
Cc: Subscribed <[email protected]>
Subject: [Mouse-Imaging-Centre/pydpiper] Pydpiper should use pathlib's Path class to store all filepaths (#444)
filepaths should not be stored as strings and python>=3.4 has a builtin pathlib library for this. It also doesn't take all that much space
________________________________
This e-mail may contain confidential, personal and/or health information(information which may be subject to legal restrictions on use, retention and/or disclosure) for the sole use of the intended recipient. Any review or distribution by anyone other than the person for whom it was originally intended is strictly prohibited. If you have received this e-mail in error, please contact the sender and delete all copies.
Inspired by issue #443. filepaths should not be stored as strings and python>=3.4 has a builtin pathlib library for this. It also doesn't take all that much space
The text was updated successfully, but these errors were encountered: