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
These paths were invoked through a side-effect that loaded environment
variables and configuration files (in the user's home directory?).
I'm pretty sure from some prior reading that Chirp/Condor was a
utility for doing high-performance computing at University of
Madison-Wisconsin:
https://research.cs.wisc.edu/htcondor/
Part of #28
Almost all file input-output traces through a few classes:
will.Utils.condor.CondorFile
will.Utils.NamedReader
will.Utils.NamedInputStream
BufferedReader
BufferedWriter
Removing the dependence on file-io means we no longer have to simulate an operating system under the code, and will make this much easier to test.
The text was updated successfully, but these errors were encountered: