MRC-CSO-SPHSU / UKSEABMLib.jl

MIT License
1 stars 1 forks source link

agent_modules within person.jl #5

Closed AtiyahElsheikh closed 1 year ago

AtiyahElsheikh commented 1 year ago

Adding agent modules to LOAD_PATH in person.jl does not make any sense:

  1. The agent blocks are included afterwords in the same code (just removing the lines 7-9, the code is still working)
  2. Why adding these modules happen internally
  3. There are more standard ways for code structuring, e.g. modules and submodules

going to remove these lines.

related to #1