ThGaskin / NeuralABM

Neural parameter calibration for multi-agent models. Uses neural networks to estimate marginal densities on parameters and networks
29 stars 13 forks source link

Fixing ruamel deprecation error. #44

Closed joewa closed 11 months ago

joewa commented 11 months ago

Hello,

this PR fixes the ruamel deprecation error from issue #43 .

Before merging, please check that this fix works in your environment, because obviously following the recipe doesn't result in the same environment that you have locally.

Best regards, Jörg

ThGaskin commented 11 months ago

Dear Jörg,

thank you so much for this — I’ll test it sometime these days and merge :) I should also adjust the testing pipeline to make it fail on warnings, so that we can catch these sorts of errors in the future … I’m surprised it didn’t pick up on it.

best,

Thomas