1
0
mirror of https://github.com/gsi-upm/soil synced 2024-09-21 07:41:43 +00:00
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.
2018-12-09 16:58:49 +01:00
..
test_analysis.py Added history class 2018-05-04 10:01:49 +02:00
test_examples.py Fix CI. Skip testing long examples 2018-12-08 20:49:34 +01:00
test_history.py Python3.7, testing and bug fixes 2018-12-08 18:53:06 +01:00
test_main.py Fix multithreading 2018-12-09 16:58:49 +01:00
test.csv Added history class 2018-05-04 10:01:49 +02:00
test.gexf Added missing gexf for tests 2018-12-08 18:53:12 +01:00
unknown.extension WIP soil 2017-07-03 18:17:52 +02:00