Anand C Ramanathan
Anand C Ramanathan
Thanks - really appreciate that. Sorry, I do not have time to work on this right now.
Renaming the migration class name manually from `CreateTagHierarchy` to `CreateTagHierarchies` seems to work (as a workaround, until fixed).
@rubengrill - 👍 for PR - it worked for me. You can override settings in test using [settings](https://docs.djangoproject.com/en/dev/topics/testing/tools/#django.test.SimpleTestCase.settings): ``` class MyTestCase(TestCase): def test_custom_registration(self): with self.settings(REST_AUTH_REGISTER_SERIALIZERS={ 'REGISTER_SERIALIZER': 'rest_auth.tests.test_api.CustomRegisterSerializer', }): self.post(self.register_url, data=self.REGISTRATION_DATA_WITH_NAME,...
Last available version of scikit-learn in colab seems to be 1.0.2 (as of Oct 6 2022).
I had this exact error too, on Mac Silicon
I was able to add feed links on mac, but I could not add an arxiv feed url which is what @teddy171 screenshot is about - on Saturday and Sunday,...
I ran into the same issue. I needed to restart obsidian after cloning the sample plugin to the plugins directory in the vault, then it showed up.
I tried it with a new vault, and installed only this plugin, and it worked. Seems like it is conflicting with some other plugin.
Sorry, I don't know.