You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
soil/tests
J. Fernando Sánchez 9749f4ca14 Fix multithreading
Multithreading needs pickling to work.
Pickling/unpickling didn't work in some situations, like when the
environment_agents parameter was left blank.
This was due to two reasons:

1) agents and history didn't have a setstate method, and some of their
attributes cannot be pickled (generators, sqlite connection)
2) the environment was adding generators (agents) to its state.

This fixes the situation by restricting the keys that the environment exports
when it pickles, and by adding the set/getstate methods in agents.

The resulting pickles should contain enough information to inspect
them (history, state values, etc), but very limited.
5 years ago
..
test.csv Added history class 6 years ago
test.gexf Added missing gexf for tests 5 years ago
test_analysis.py Added history class 6 years ago
test_examples.py Fix CI. Skip testing long examples 5 years ago
test_history.py Python3.7, testing and bug fixes 5 years ago
test_main.py Fix multithreading 5 years ago
unknown.extension WIP soil 7 years ago