No problem with me. Open source, etc.
Not knowing the specifics of your use cases, a few things to keep in mind may or may not end up being problems...
They would be useful for us to be able to build offline systems that can indicate the incidence of tolls on a lane, find alternative routes, calculate distances, etc.
Tolls:Travel Mapping data doesn't contain any info about tolls, so that info would have to come from another source.
Distances:Our data is pretty low resolution. Mileage is in the right ballpark, but not super-precise.
Alternative routes:Junctions in TM's data are represented by points on different routes being located at the same lat/long coordinates. This isn't always the case when it should be. Our software
flags and logs some of these "near-miss points" (some points will be too far apart to get flagged) in the hope they'll get fixed, but not everything does, resulting in some connections missing from the graphs.
Some routes are one-way only; this some another thing our data doesn't keep track of.
We would like to run some experiments using these two graphs, and possibly to contribute with the project using tracking data.
If the goal is to just run some experiments as you said, maybe to use a small dataset to make sure things are working before scaling up, it may be that these items are non-issues and TM's data could fit the bill. I don't know about your use cases of course.