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
To be more precise, TIL-Core matching does not or no longer works with the Patrimoine data used by TIL-France.
return func(*args, **kwargs)
Traceback (most recent call last):
File "til_init.py", line 269, in <module>
sys.exit(main())
File "til_init.py", line 263, in main
exit_value = task()
File "til_init.py", line 206, in build_patrimoine_data
patrimoine()
File "c:\users\b.belrhomari\z\til\til-france\til_france\data\data\Patrimoine.py", line 1008, in test_build
data.matching_par_enf()
File "c:\users\b.belrhomari\z\til\til-france\til_france\data\data\Patrimoine.py", line 805, in matching_par_enf
method='cells'
File "c:\users\b.belrhomari\z\til\til-core\til_core\data\utils\matching.py", line 202, in evaluate
assert match.nunique() == len(match)
AssertionError
The text was updated successfully, but these errors were encountered:
Some precisions for @benjello: running Patrimoine.py on Patrimoine data used to work without problem, and the matching part no longer works. Patrimoine data has not changed (I checked with the very same files that used to work), hence the problem is most likely to come from TIL-France.
The only change that to Patrimoine.py was this commit, which must have broken something.
I will check if using older versions of OSM/TIL-Core/Til-France works, and then we can start working from there.
Patrimoine.py as of this commit ie before the big changes to Patrimoine.py does not work either, though it must have worked at some point. Likely to be caused by a change in one of the dependencies.
To be more precise, TIL-Core matching does not or no longer works with the Patrimoine data used by TIL-France.
The text was updated successfully, but these errors were encountered: